#include <mrpt/vision/utils.h>
Public Attributes | |
CImage | img_original |
This image will be automatically loaded from the file name passed to checkerBoardCameraCalibration. | |
CImage | img_checkboard |
At output, this will contain the detected checkerboard overprinted to the image. | |
CImage | img_rectified |
At output, this will be the rectified image. | |
std::vector < mrpt::poses::CPoint2D > | detected_corners |
At output, the detected corners (x,y) in pixel units. | |
mrpt::poses::CPose3D | reconstructed_camera_pose |
At output, the reconstructed pose of the camera. | |
std::vector< 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. | |
std::vector< TPixelCoordf > | projectedPoints_undistorted |
At output, like projectedPoints_distorted but for the undistorted image. |
Definition at line 507 of file vision/utils.h.
At output, the detected corners (x,y) in pixel units.
Definition at line 512 of file vision/utils.h.
At output, this will contain the detected checkerboard overprinted to the image.
Definition at line 510 of file vision/utils.h.
This image will be automatically loaded from the file name passed to checkerBoardCameraCalibration.
Definition at line 509 of file vision/utils.h.
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 514 of file vision/utils.h.
At output, like projectedPoints_distorted but for the undistorted image.
Definition at line 515 of file vision/utils.h.
Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:27:43 EDT 2009 |