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
)
public void MapCameraPointsToColorSpace (
         Array<CameraSpacePoint>[] cameraPoints,
         out Array<ColorSpacePoint>[] colorPoints
)
coordinateMapper.mapCameraPointsToColorSpace(cameraPoints, );

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.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

CoordinateMapper Class
WindowsPreview.Kinect Namespace