FrameGetRegionHistogram Method
Note: This API is now obsolete.
Obtain the histogram for a region of interest.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public Histogram GetRegionHistogram(
string faceId,
string regionName
)
<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>
Public Function GetRegionHistogram (
faceId As String,
regionName As String
) As Histogram
public:
[ObsoleteAttribute(L"This method is deprecated and will be removed in future versions.")]
Histogram^ GetRegionHistogram(
String^ faceId,
String^ regionName
)
[<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>]
member GetRegionHistogram :
faceId : string *
regionName : string -> Histogram
- faceId String
- identifier for the face of interest
- regionName String
- which histogram is desired
Histogramhistogram for the region if it is known, empty histogram if not known
If a study configuration is tracking the histogram for a region the
client application can request it. This is typically used for presentation
layers which want to show a histogram or perform some form of image
adjustments prior to a Collection.