Share via


FaceModel.Scale Property

Gets the scaling factor of the face model.

Syntax

public:
property float32 Scale {
         float32 get ();
}
public float Scale { get; }
var scale = faceModel.scale;

Property value

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

Type: float32
Type: float
Type: Number

 

The scaling factor.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceModel Class
Microsoft.Kinect.Face Namespace