Monado OpenXR Runtime
Public Member Functions | Static Public Member Functions | Data Fields
StereoCameraCalibrationWrapper Struct Reference

Essential stereo calibration data wrapped for C++. More...

#include <tracking/t_calibration_opencv.hpp>

Collaboration diagram for StereoCameraCalibrationWrapper:
Collaboration graph
[legend]

Public Member Functions

 StereoCameraCalibrationWrapper (t_stereo_camera_calibration *stereo)
 
bool isDataStorageValid () const noexcept
 

Static Public Member Functions

static t_stereo_camera_calibrationallocData ()
 

Data Fields

t_stereo_camera_calibrationbase
 
CameraCalibrationWrapper view [2]
 
cv::Mat_< double > camera_translation_mat
 
cv::Mat_< double > camera_rotation_mat
 
cv::Mat_< double > camera_essential_mat
 
cv::Mat_< double > camera_fundamental_mat
 

Detailed Description

Essential stereo calibration data wrapped for C++.

Just like the cv::Mat that it holds, this object does not own (all) the memory it points to!


The documentation for this struct was generated from the following file: