frame_helper
Public Member Functions | Public Attributes | Protected Attributes | List of all members
frame_helper::StereoCalibrationCv Struct Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ StereoCalibrationCv()

StereoCalibrationCv::StereoCalibrationCv ( )

Member Function Documentation

◆ getCalibration()

StereoCalibration StereoCalibrationCv::getCalibration ( ) const

◆ getImageSize()

cv::Size frame_helper::StereoCalibrationCv::getImageSize ( ) const
inline

◆ initCv()

void StereoCalibrationCv::initCv ( )

◆ isInitialized()

bool StereoCalibrationCv::isInitialized ( ) const

◆ setCalibration()

void StereoCalibrationCv::setCalibration ( const StereoCalibration stereoCalib)

◆ setImageSize()

void StereoCalibrationCv::setImageSize ( cv::Size  size)

Member Data Documentation

◆ calib

StereoCalibration frame_helper::StereoCalibrationCv::calib
protected

◆ camLeft

CameraCalibrationCv frame_helper::StereoCalibrationCv::camLeft

◆ camRight

CameraCalibrationCv frame_helper::StereoCalibrationCv::camRight

◆ imageSize

cv::Size frame_helper::StereoCalibrationCv::imageSize
protected

◆ initialized

bool frame_helper::StereoCalibrationCv::initialized
protected

◆ Q

cv::Mat frame_helper::StereoCalibrationCv::Q

◆ R

cv::Mat frame_helper::StereoCalibrationCv::R

◆ T

cv::Mat frame_helper::StereoCalibrationCv::T

◆ valid

bool frame_helper::StereoCalibrationCv::valid
protected

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