CoordinateMapper.MapDepthFrameToColorSpace Method

Maps a frame from depth space to color space.

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

Parameters

depthFrameData
[C++] 
[C#] 
[JavaScript] 
Type: uint16
Type: UInt16
Type: Number
 
The depth frame data.
colorSpacePoints
Type: ColorSpacePoint
The mapped array of points in color space.

Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: