CollectorDefineRegions Method
Define the regions of interest based upon the MPEG-4 Facial
Data Points.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public CollectorState DefineRegions(
Frame frame
)
Public Function DefineRegions (
frame As Frame
) As CollectorState
public:
CollectorState DefineRegions(
Frame^ frame
)
member DefineRegions :
frame : Frame -> CollectorState
- frame Frame
- the frame currently being operated on
CollectorStatethe Collector state after define regions
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.