MVE - Multi-View Environment mve-devel
|
#include <ransac_homography.h>
Public Attributes | |
HomographyMatrix | homography |
The resulting homography matrix which led to the inliers. | |
std::vector< int > | inliers |
The indices of inliers in the correspondences which led to the homography matrix. | |
Definition at line 53 of file ransac_homography.h.
HomographyMatrix sfm::RansacHomography::Result::homography |
The resulting homography matrix which led to the inliers.
This is NOT the re-computed matrix from the inliers.
Definition at line 59 of file ransac_homography.h.
std::vector<int> sfm::RansacHomography::Result::inliers |
The indices of inliers in the correspondences which led to the homography matrix.
Definition at line 65 of file ransac_homography.h.