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 collection of triangle indices for the face model.
Syntax
public:
static property IVectorView<uint32, >^ TriangleIndices {
IVectorView<uint32, >^ get ();
}
public static IReadOnlyList<uint, >TriangleIndices { get; }
var triangleIndices = Microsoft.Kinect.Face.FaceModel.triangleIndices;
Property value
[C++]
[C#]
[JavaScript]
Type: IVectorView<uint32, >
Type: IReadOnlyList<uint, >
Type: IVectorView<Number, >
A collection of triangle indices.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)