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