CollectorDefineRegions Method

Define the regions of interest based upon the MPEG-4 Facial Data Points.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public CollectorState DefineRegions(
	Frame frame
)

Parameters

frame  Frame
the frame currently being operated on

Return Value

CollectorState
the Collector state after define regions

Remarks

A Collector leverages many regions of interest which are areas of a detected face to locate the required signals. This defineRegions call will analyze and build the candidate region set which the channels will be constructed from.

See Also