Share via


FaceModel Class

Represents a face model.

Syntax

public ref class FaceModel sealed
public sealed class FaceModel
var faceModel = Microsoft.Kinect.Face.FaceModel;

Members

FaceModel has the following members.

Constructors

Name Description
FaceModel Overloaded. Initializes a new instance of the FaceModel class.

Properties

Name Description
FaceShapeDeformations Gets a collection of face shape deformations.
HairColor Gets the hair color of the face model.
Scale Gets the scaling factor of the face model.
SkinColor Gets the skin color of the face model.
TriangleCount Gets the number of triangles in the face model.
TriangleIndices Gets the collection of triangle indices for the face model.
VertexCount Gets the number of vertices in the face model.

Methods

Name Description
CalculateVerticesForAlignment Calculates vertices for alignment.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

Microsoft.Kinect.Face Namespace