This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Is there a way to transform specific cordinates of a color_image to that of a correspondant depth_image? #1955
Labels
Bug
Something isn't working
Triage Needed
The Issue still needs to be reviewed by Azure Kinect team members.
Dear
I have used k4a_transform_depth_imaget_to_color_camera to convert my depth image into the color space.
So what i've gotten are a original depth image and a transformed depth image. I would like to know if there's a way to
Input : (u,v) cordinates of the transformed depth image(the same as the color image actually);
Output: (u',v')cordinates of the original depth image.
I've learned from the documentation that the funciotn k4a_transform_depth_imaget_to_color_camera has some diffence with the function k4a_calibration_2d_to_2d.
The text was updated successfully, but these errors were encountered: