FrameGetRegionHistogram Method

Note: This API is now obsolete.
Obtain the histogram for a region of interest.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public Histogram GetRegionHistogram(
	string faceId,
	string regionName
)

Parameters

faceId  String
identifier for the face of interest
regionName  String
which histogram is desired

Return Value

Histogram
histogram for the region if it is known, empty histogram if not known

Remarks

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.

See Also