MRPT logo

mrpt::vision::TImageCalibData Struct Reference

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). More...

#include <mrpt/vision/utils.h>

List of all members.

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< TPixelCoordfprojectedPoints_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< TPixelCoordfprojectedPoints_undistorted
 At output, like projectedPoints_distorted but for the undistorted image.

Detailed Description

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 507 of file vision/utils.h.


Member Data Documentation

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, this will be the rectified image.

Definition at line 511 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.

At output, the reconstructed pose of the camera.

Definition at line 513 of file vision/utils.h.




Page generated by Doxygen 1.6.1 for MRPT 0.7.1 SVN: at Tue Dec 22 08:29:35 CET 2009