CoordinateMapper.MapDepthFrameToColorSpace Method

Maps a frame from depth space to color space.

Syntax

public:
void MapDepthFrameToColorSpace(
         Array<uint16>^ depthFrameData,
         out Array<ColorSpacePoint>^ colorSpacePoints
)  

Parameters

depthFrameData
Type: uint16 

 The depth frame data.

colorSpacePoints
Type: ColorSpacePoint 

The mapped array of points in color space.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

CoordinateMapper Class

CoordinateMapper Members

Windows.Kinect Namespace