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 a vector indicating the orientation of the face.
Syntax
public:
property Vector4 FaceOrientation {
Vector4 get ();
void set (Vector4 value);
}
public Vector4 FaceOrientation { get; set; }
var faceOrientation = faceAlignment.faceOrientation;
faceAlignment.faceOrientation = faceOrientation;
Property value
Type: Vector4
A vector indicating the orientation of the face.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)