CoordinateMapper.MapCameraPointsToColorSpace Method

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

Syntax

public:
void MapCameraPointsToColorSpace(
         Array<CameraSpacePoint>^ cameraPoints,
         out Array<ColorSpacePoint>^ colorPoints
)  

Parameters

cameraPoints
Type: CameraSpacePoint 

The points in camera space.

colorPoints
Type: ColorSpacePoint 

A reference to an array to be filled with the corresponding color space points.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

CoordinateMapper Class

CoordinateMapper Members

Windows.Kinect Namespace