public struct PosePoint
Public Structure PosePoint
public value class PosePoint
[<SealedAttribute>]
type PosePoint =
struct
inherit ValueType
end
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
PosePoint | Create a PosePoint |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
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) |