Share via


FaceModelData.ProduceFaceModel Method

Produces a face model.

Syntax

public:
FaceModel^ ProduceFaceModel()
public FaceModelProduceFaceModel ()
var faceModel = faceModelData.produceFaceModel();

Return value

Type: FaceModel
A face model.

Remarks

Use this method, instead of ProduceFaceModelAsync, to control the priority and resource use of the face model calculations by wrapping this method in its own thread.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceModelData Class
Microsoft.Kinect.Face Namespace