Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ DepthImageToColorCamera() [4/4]

void Microsoft.Azure.Kinect.Sensor.Transformation.DepthImageToColorCamera ( Image  depth,
Image  transformed 
)
inline

Transforms an Image from the depth camera perspective to the color camera perspective.

Parameters
depthDepth image to transform.
transformedAn Image to hold the output.

The transformed Image must be of the resolution of the color camera, and of the pixel format of the depth image.