|
frame_helper
|
#include <CalibrationCv.h>
Public Member Functions | |
| StereoCalibrationCv () | |
| void | setCalibration (const StereoCalibration &stereoCalib) |
| StereoCalibration | getCalibration () const |
| void | setImageSize (cv::Size size) |
| void | initCv () |
| cv::Size | getImageSize () const |
| bool | isInitialized () const |
Public Attributes | |
| CameraCalibrationCv | camLeft |
| CameraCalibrationCv | camRight |
| cv::Mat | R |
| cv::Mat | T |
| cv::Mat | Q |
Protected Attributes | |
| StereoCalibration | calib |
| cv::Size | imageSize |
| bool | valid |
| bool | initialized |
Storage structure for a stereo camera setup.
Similar to CameraCalibrationCv, a call to setCallibration will trigger the generation of the CameraCalibrationCv for left and right, as well as R and T matrices. A call to initCv will generate the Q matrix.
| StereoCalibrationCv::StereoCalibrationCv | ( | ) |
| StereoCalibration StereoCalibrationCv::getCalibration | ( | ) | const |
|
inline |
| void StereoCalibrationCv::initCv | ( | ) |
| bool StereoCalibrationCv::isInitialized | ( | ) | const |
| void StereoCalibrationCv::setCalibration | ( | const StereoCalibration & | stereoCalib | ) |
| void StereoCalibrationCv::setImageSize | ( | cv::Size | size | ) |
|
protected |
| CameraCalibrationCv frame_helper::StereoCalibrationCv::camLeft |
| CameraCalibrationCv frame_helper::StereoCalibrationCv::camRight |
|
protected |
|
protected |
| cv::Mat frame_helper::StereoCalibrationCv::Q |
| cv::Mat frame_helper::StereoCalibrationCv::R |
| cv::Mat frame_helper::StereoCalibrationCv::T |
|
protected |
1.8.11