Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the face model associated with the high-definition face frame.
Syntax
public:
property FaceModel^ FaceModel {
FaceModel^ get ();
}
public FaceModelFaceModel { get; }
var faceModel = highDefinitionFaceFrame.faceModel;
Property value
Type: FaceModel
The face model.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)
See also
Reference
HighDefinitionFaceFrame Class
Microsoft.Kinect.Face Namespace