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 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)