Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Public Attributes
mrpt::vision::TStereoCalibResults Struct Reference

Detailed Description

Output results for mrpt::vision::checkerBoardStereoCalibration.

Definition at line 79 of file chessboard_stereo_camera_calib.h.

#include <mrpt/vision/chessboard_stereo_camera_calib.h>

Public Member Functions

 TStereoCalibResults ()
 

Public Attributes

mrpt::utils::TStereoCamera cam_params
 Recovered parameters of the stereo camera. More...
 
mrpt::poses::CPose3D right2left_camera_pose
 The pose of the left camera as seen from the right camera. More...
 
mrpt::aligned_containers< mrpt::poses::CPose3D >::vector_t left_cam_poses
 Poses of the origin of coordinates of the pattern wrt the left camera (i.e. More...
 
std::vector< bool > image_pair_was_used
 true if a checkerboard was correctly detected in both left/right images. false if it wasn't, so the image pair didn't make it to the optimization. More...
 
double final_rmse
 Final reprojection square Root Mean Square Error (in pixels). More...
 
size_t final_iters
 Final number of optimization iterations executed. More...
 
size_t final_number_good_image_pairs
 Number of image pairs in which valid checkerboards were correctly detected. More...
 
Eigen::Array< double, 9, 1 > left_params_inv_variance
 The inverse variance (information/precision) of each of the 9 left/right camera parameters [fx fy cx cy k1 k2 k3 t1 t2]. More...
 
Eigen::Array< double, 9, 1 > right_params_inv_variance
 

Constructor & Destructor Documentation

◆ TStereoCalibResults()

TStereoCalibResults::TStereoCalibResults ( )

Definition at line 1188 of file chessboard_stereo_camera_calib.cpp.

Member Data Documentation

◆ cam_params

mrpt::utils::TStereoCamera mrpt::vision::TStereoCalibResults::cam_params

Recovered parameters of the stereo camera.

Definition at line 83 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ final_iters

size_t mrpt::vision::TStereoCalibResults::final_iters

Final number of optimization iterations executed.

Definition at line 92 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ final_number_good_image_pairs

size_t mrpt::vision::TStereoCalibResults::final_number_good_image_pairs

Number of image pairs in which valid checkerboards were correctly detected.

Definition at line 93 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ final_rmse

double mrpt::vision::TStereoCalibResults::final_rmse

Final reprojection square Root Mean Square Error (in pixels).

Definition at line 91 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ image_pair_was_used

std::vector<bool> mrpt::vision::TStereoCalibResults::image_pair_was_used

true if a checkerboard was correctly detected in both left/right images. false if it wasn't, so the image pair didn't make it to the optimization.

Definition at line 89 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ left_cam_poses

mrpt::aligned_containers<mrpt::poses::CPose3D>::vector_t mrpt::vision::TStereoCalibResults::left_cam_poses

Poses of the origin of coordinates of the pattern wrt the left camera (i.e.

the origin of coordinates, as seen from the different camera poses)

Definition at line 88 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ left_params_inv_variance

Eigen::Array<double,9,1> mrpt::vision::TStereoCalibResults::left_params_inv_variance

The inverse variance (information/precision) of each of the 9 left/right camera parameters [fx fy cx cy k1 k2 k3 t1 t2].

Those not estimated as indicated in TStereoCalibParams will be zeros (i.e. an "infinite uncertainty")

Definition at line 98 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ right2left_camera_pose

mrpt::poses::CPose3D mrpt::vision::TStereoCalibResults::right2left_camera_pose

The pose of the left camera as seen from the right camera.

Definition at line 84 of file chessboard_stereo_camera_calib.h.

Referenced by mrpt::vision::checkerBoardStereoCalibration().

◆ right_params_inv_variance

Eigen::Array<double,9,1> mrpt::vision::TStereoCalibResults::right_params_inv_variance



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019