![]() |
Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
related |
Transform a 3D point of a source coordinate system into a 3D point of the target coordinate system.
| calibration | Location to read the camera calibration data. |
| source_point3d_mm | The 3D coordinates in millimeters representing a point in source_camera. |
| source_camera | The current camera. |
| target_camera | The target camera. |
| target_point3d_mm | Pointer to the output where the new 3D coordinates of the input point in the coordinate space of target_camera is stored in millimeters. |
target_point3d_mm was successfully written. K4A_RESULT_FAILED if calibration contained invalid transformation parameters.source_camera and target_camera are the same, then target_point3d_mm will be identical to source_point3d_mm.