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

◆ TransformTo3D() [2/2]

Vector3 Microsoft.Azure.Kinect.Sensor.Calibration.TransformTo3D ( Vector3  sourcePoint3D,
CalibrationDeviceType  sourceCamera,
CalibrationDeviceType  targetCamera 
)
inline

Transform a 3D point of a source coordinate system into a 3D point of the target coordinate system.

Parameters
sourcePoint3DThe 3D coordinates in millimeters representing a point in sourceCamera .
sourceCameraThe current camera.
targetCameraThe target camera.
Returns
A point in 3D coordiantes of targetCamera stored in millimeters.