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

Public Attributes | |
| bool | success {false} |
| Eigen::Matrix3d | hmtx = Eigen::Matrix3d::Identity() |
| std::vector< int > | inliers |
| double | symmetric_rms_px {0.0} |
Definition at line 15 of file homography.h.
| Eigen::Matrix3d calib::HomographyResult::hmtx = Eigen::Matrix3d::Identity() |
Definition at line 17 of file homography.h.
| std::vector<int> calib::HomographyResult::inliers |
Definition at line 18 of file homography.h.
| bool calib::HomographyResult::success {false} |
Definition at line 16 of file homography.h.
| double calib::HomographyResult::symmetric_rms_px {0.0} |
Definition at line 19 of file homography.h.