CoordinateMapper.MapCameraPointsToColorSpace Method

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

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

Parameters

cameraPoints
Type: CameraSpacePoint
The points in camera space
colorPoints
Type: ColorSpacePoint
Reference to an array to be filled with the corresponding color space points.

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

Community Additions

ADD
Show: