Monado OpenXR Runtime
|
Stereo camera calibration data to be given to trackers. More...
#include <tracking/t_tracking.h>
Data Fields | |
struct xrt_reference | reference |
Ref counting. More... | |
struct t_camera_calibration | view [2] |
Calibration of individual views/sensor. More... | |
double | camera_translation [3] |
Translation from first to second in the stereo pair. More... | |
double | camera_rotation [3][3] |
Rotation matrix from first to second in the stereo pair. More... | |
double | camera_essential [3][3] |
Essential matrix. More... | |
double | camera_fundamental [3][3] |
Fundamental matrix. More... | |
Stereo camera calibration data to be given to trackers.
double t_stereo_camera_calibration::camera_essential[3][3] |
Essential matrix.
double t_stereo_camera_calibration::camera_fundamental[3][3] |
Fundamental matrix.
double t_stereo_camera_calibration::camera_rotation[3][3] |
Rotation matrix from first to second in the stereo pair.
double t_stereo_camera_calibration::camera_translation[3] |
Translation from first to second in the stereo pair.
struct xrt_reference t_stereo_camera_calibration::reference |
Ref counting.
struct t_camera_calibration t_stereo_camera_calibration::view[2] |
Calibration of individual views/sensor.
Referenced by StereoRectificationMaps::StereoRectificationMaps().