CollectorGetRequiredPosePointIds Method

Return the set of pose points for the configured study.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public List<string> GetRequiredPosePointIds()

Return Value

ListString
the list of MPEG-4 Facial Data Points required for each face.

Remarks

Once a study has been initialized this method will return the list of pose points required for each found face.

See Also