Share via


FaceModel.FaceShapeDeformations Property

Gets a collection of face shape deformations.

Syntax

public:
property IMapView<FaceShapeDeformations, float32, >^ FaceShapeDeformations {
         IMapView<FaceShapeDeformations, float32, >^ get ();
}
public IReadOnlyDictionary<FaceShapeDeformations, float, >FaceShapeDeformations { get; }
var faceShapeDeformations = faceModel.faceShapeDeformations;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: IMapView<FaceShapeDeformations, float32, >
Type: IReadOnlyDictionary<FaceShapeDeformations, float, >
Type: IMapView<FaceShapeDeformations, Number, >

 

A collection of face shape deformations.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceModel Class
Microsoft.Kinect.Face Namespace