|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
#include <planarpose.h>

Public Attributes | |
| OptimResult | core |
| Core optimization result. | |
| Eigen::Isometry3d | pose |
| Estimated pose of the plane. | |
| Eigen::VectorXd | distortion |
| Estimated distortion coefficients. | |
| double | reprojection_error = 0.0 |
| RMS reprojection error. | |
Definition at line 17 of file planarpose.h.
| OptimResult calib::PlanarPoseResult::core |
Core optimization result.
Definition at line 18 of file planarpose.h.
| Eigen::VectorXd calib::PlanarPoseResult::distortion |
Estimated distortion coefficients.
Definition at line 20 of file planarpose.h.
| Eigen::Isometry3d calib::PlanarPoseResult::pose |
Estimated pose of the plane.
Definition at line 19 of file planarpose.h.
| double calib::PlanarPoseResult::reprojection_error = 0.0 |
RMS reprojection error.
Definition at line 21 of file planarpose.h.