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 number of triangles in the face model.
Syntax
public:
static property uint32 TriangleCount {
uint32 get ();
}
public static uint TriangleCount { get; }
var triangleCount = Microsoft.Kinect.Face.FaceModel.triangleCount;
Property value
[C++]
[C#]
[JavaScript]
Type: uint32
Type: uint
Type: Number
The number of triangles.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)