Monado OpenXR Runtime
|
Small data helpers for calibration. More...
Functions | |
void | t_stereo_camera_calibration_alloc (struct t_stereo_camera_calibration **out_c) |
Allocates a new stereo calibration data, unreferences the old calib . More... | |
void | t_stereo_camera_calibration_destroy (struct t_stereo_camera_calibration *c) |
Only to be called by t_stereo_camera_calibration_reference . More... | |
Small data helpers for calibration.
void t_stereo_camera_calibration_alloc | ( | struct t_stereo_camera_calibration ** | out_c | ) |
Allocates a new stereo calibration data, unreferences the old calib
.
References U_TYPED_CALLOC.
Referenced by t_stereo_camera_calibration_load_v1().
void t_stereo_camera_calibration_destroy | ( | struct t_stereo_camera_calibration * | c | ) |
Only to be called by t_stereo_camera_calibration_reference
.