CoordinateMapper.MapDepthPointToColorSpace Method

Maps a point/depth from depth space to color space.

public:
ColorSpacePoint MapDepthPointToColorSpace(
         DepthSpacePoint depthPoint,
         uint16 depth
)

Parameters

depthPoint
Type: DepthSpacePoint
The depth value at this point.
depth
[C++] 
[C#] 
[JavaScript] 
Type: uint16
Type: UInt16
Type: Number
 
The depth value at this point.

Return value

Type: ColorSpacePoint
The mapped to camera space.

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

Community Additions

ADD
Show: