FacePoseValid Property
Sets if the pose points are valid for this face.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool PoseValid { set; }
Public WriteOnly Property PoseValid As Boolean
Set
public:
property bool PoseValid {
void set (bool value);
}
member PoseValid : bool with set
Property Value
Boolean
In general, passing invalid poses will cause the Measurement
constraints to be violated and the Measurement will need to be
reset in order to continue.