|
frame_helper
|
#include <Calibration.h>
Public Member Functions | |
| StereoCalibration () | |
| StereoCalibration (const CameraCalibration &left, const CameraCalibration &right, const ExtrinsicCalibration &extrinsic) | |
| bool | isValid () const |
Static Public Member Functions | |
| static StereoCalibration | fromMatlabFile (const std::string &file) |
| static StereoCalibration | fromMatlabFile (const std::string &file, int width, int height) |
Public Attributes | |
| CameraCalibration | camLeft |
| CameraCalibration | camRight |
| ExtrinsicCalibration | extrinsic |
Full set of parameters required for a stereo camera calibration.
| StereoCalibration::StereoCalibration | ( | ) |
| StereoCalibration::StereoCalibration | ( | const CameraCalibration & | left, |
| const CameraCalibration & | right, | ||
| const ExtrinsicCalibration & | extrinsic | ||
| ) |
|
static |
Creates a calibration object from the output .txt file of the matlab calibration toolbox. Note, this will not make a valid calibration, as the size of the target image still hast to be set
|
static |
Creates a calibration object from the output .txt file of the matlab calibration toolbox.
| bool StereoCalibration::isValid | ( | ) | const |
| CameraCalibration frame_helper::StereoCalibration::camLeft |
| CameraCalibration frame_helper::StereoCalibration::camRight |
| ExtrinsicCalibration frame_helper::StereoCalibration::extrinsic |
1.8.13