Share via


FaceAlignment Class

Stores the points of facial features such as eyes, nose, and mouth, from an image in 2D space.

Syntax

public ref class FaceAlignment sealed
public sealed class FaceAlignment
var faceAlignment = Microsoft.Kinect.Face.FaceAlignment;

Members

FaceAlignment has the following members.

Constructors

Name Description
FaceAlignment Creates a new instance of the face alignment class.

Properties

Name Description
AnimationUnits Gets the animation units.
FaceBoundingBox Gets the bounding box of the face.
FaceOrientation Gets a vector indicating the orientation of the face.
HeadPivotPoint Gets the pivot point of the head.
Quality Gets the quality of the face alignment.

Remarks

Point calculation is performed in class HighDefinitionFaceFrame.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

Microsoft.Kinect.Face Namespace