CoordinateMapper.MapDepthPointToColorSpace Method
Maps a point/depth from depth space to color space.
public:
ColorSpacePoint MapDepthPointToColorSpace(
DepthSpacePoint depthPoint,
uint16 depth
)
Parameters
- depthPoint
- Type: DepthSpacePoint
The depth value at this point. - depth
- [C++]
[C#]
[JavaScript]The depth value at this point.
Return value
Type: ColorSpacePoint
The mapped to camera space.
The mapped to camera space.
Community Additions
ADD
Show: