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 face points in color space.
Syntax
public:
property IMapView<FacePointType, Point, >^ FacePointsInColorSpace {
IMapView<FacePointType, Point, >^ get ();
}
public IReadOnlyDictionary<FacePointType, Point, >FacePointsInColorSpace { get; }
var facePointsInColorSpace = faceFrameResult.facePointsInColorSpace;
Property value
[C++]
[C#]
[JavaScript]
Type: IMapView<FacePointType, Point, >
Type: IReadOnlyDictionary<FacePointType, Point, >
Type: IMapView<FacePointType, Point, >
The face points in color space. The face points in color space.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)