CoordinateMapper.MapDepthPointToColorSpace Method

Maps a point from depth space to color space.

Syntax

public:
ColorSpacePoint MapDepthPointToColorSpace(
         DepthSpacePoint depthPoint,
         uint16 depth
)  

Parameters

depthPoint
Type: DepthSpacePoint 

The point in depth space.

depth
Type: uint16 

 The depth value at this point.

Return value

Type: ColorSpacePoint 

The mapped point in color space.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

CoordinateMapper Class

CoordinateMapper Members

Windows.Kinect Namespace