CoordinateMapper.MapDepthFrameToColorSpace Method
Maps a frame from depth space to color space.
public: void MapDepthFrameToColorSpace( Array<uint16>^ depthFrameData, out Array<ColorSpacePoint>^ colorSpacePoints )
Parameters
- depthFrameData
- [C++]
[C#]
[JavaScript]The depth frame data. - colorSpacePoints
- Type: ColorSpacePoint
The mapped array of points in color space.
Community Additions
ADD
Show: