Data associated to each image in the calibration process mrpt::vision::checkerBoardCameraCalibration (All the information can be left empty and will be filled up in the calibration method).
Definition at line 29 of file chessboard_camera_calib.h.
#include <mrpt/vision/chessboard_camera_calib.h>
Public Member Functions | |
void | clear () |
Empty all the data. More... | |
Public Attributes | |
mrpt::utils::CImage | img_original |
This image will be automatically loaded from the file name passed to checkerBoardCameraCalibration. More... | |
mrpt::utils::CImage | img_checkboard |
At output, this will contain the detected checkerboard overprinted to the image. More... | |
mrpt::utils::CImage | img_rectified |
At output, this will be the rectified image. More... | |
std::vector< mrpt::utils::TPixelCoordf > | detected_corners |
At output, the detected corners (x,y) in pixel units. More... | |
mrpt::poses::CPose3D | reconstructed_camera_pose |
At output, the reconstructed pose of the camera. More... | |
std::vector< mrpt::utils::TPixelCoordf > | projectedPoints_distorted |
At output, only will have an empty vector if the checkerboard was not found in this image, or the predicted (reprojected) corners, which were used to estimate the average square error. More... | |
std::vector< mrpt::utils::TPixelCoordf > | projectedPoints_undistorted |
At output, like projectedPoints_distorted but for the undistorted image. More... | |
|
inline |
Empty all the data.
Definition at line 40 of file chessboard_camera_calib.h.
std::vector<mrpt::utils::TPixelCoordf> mrpt::vision::TImageCalibData::detected_corners |
At output, the detected corners (x,y) in pixel units.
Definition at line 34 of file chessboard_camera_calib.h.
Referenced by mrpt::vision::checkerBoardCameraCalibration(), and mrpt::vision::checkerBoardStereoCalibration().
mrpt::utils::CImage mrpt::vision::TImageCalibData::img_checkboard |
At output, this will contain the detected checkerboard overprinted to the image.
Definition at line 32 of file chessboard_camera_calib.h.
Referenced by mrpt::vision::checkerBoardCameraCalibration(), and mrpt::vision::checkerBoardStereoCalibration().
mrpt::utils::CImage mrpt::vision::TImageCalibData::img_original |
This image will be automatically loaded from the file name passed to checkerBoardCameraCalibration.
Definition at line 31 of file chessboard_camera_calib.h.
Referenced by mrpt::vision::checkerBoardCameraCalibration(), and mrpt::vision::checkerBoardStereoCalibration().
mrpt::utils::CImage mrpt::vision::TImageCalibData::img_rectified |
At output, this will be the rectified image.
Definition at line 33 of file chessboard_camera_calib.h.
Referenced by mrpt::vision::checkerBoardCameraCalibration(), and mrpt::vision::checkerBoardStereoCalibration().
std::vector<mrpt::utils::TPixelCoordf> mrpt::vision::TImageCalibData::projectedPoints_distorted |
At output, only will have an empty vector if the checkerboard was not found in this image, or the predicted (reprojected) corners, which were used to estimate the average square error.
Definition at line 36 of file chessboard_camera_calib.h.
Referenced by mrpt::vision::checkerBoardCameraCalibration(), and mrpt::vision::checkerBoardStereoCalibration().
std::vector<mrpt::utils::TPixelCoordf> mrpt::vision::TImageCalibData::projectedPoints_undistorted |
At output, like projectedPoints_distorted but for the undistorted image.
Definition at line 37 of file chessboard_camera_calib.h.
Referenced by mrpt::vision::checkerBoardCameraCalibration().
mrpt::poses::CPose3D mrpt::vision::TImageCalibData::reconstructed_camera_pose |
At output, the reconstructed pose of the camera.
Definition at line 35 of file chessboard_camera_calib.h.
Referenced by mrpt::vision::checkerBoardCameraCalibration(), and mrpt::vision::checkerBoardStereoCalibration().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |