CoordinateMapper.MapDepthPointsToColorSpace Method

Produces an array of color space points from an array of depth points.

public:
void MapDepthPointsToColorSpace(
         Array<DepthSpacePoint>^ depthPoints,
         Array<uint16>^ depths,
         out Array<ColorSpacePoint>^ colorPoints
)

Parameters

depthPoints
Type: DepthSpacePoint
The points in depth space.
depths
[C++] 
[C#] 
[JavaScript] 
Type: uint16
Type: UInt16
Type: Number
 
The depths of each point in depth space.
colorPoints
Type: ColorSpacePoint
A reference to an array to be filled with the calculated color space points.

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

Community Additions

ADD
Show: