Share via


FaceFrameResult.FacePointsInColorSpace Property

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)

See also

Reference

FaceFrameResult Class
Microsoft.Kinect.Face Namespace