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