CoordinateMapper.MapDepthPointToCameraSpace Method

Maps a point from depth space to camera space.

Syntax

public:
CameraSpacePoint MapDepthPointToCameraSpace(
         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: CameraSpacePoint 

The mapped point in camera space.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

CoordinateMapper Class

CoordinateMapper Members

Windows.Kinect Namespace