PosePoint Structure

Pose points are used to identify individual MPEG-4 Facial Data Points of a face.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public struct PosePoint
Inheritance
Object    ValueType    PosePoint

Remarks

DFX utilizes a subset of the 84 feature points described in the MPEG-4 Facial Data Points when constructing regions of interest.

See http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.330.8043

Constructors

PosePoint Create a PosePoint

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Estimated If this point is "well known", or estimated based on other points.
Quality The probabilistic quality of this point between zero and one.
Valid True if this point is valid, false otherwise.
X X coordinate of the point
Y Y coordinate of the point
Z Z coordinate the point (ignored)

See Also