MVE - Multi-View Environment mve-devel
|
#include <ransac_fundamental.h>
Public Attributes | |
FundamentalMatrix | fundamental |
The resulting fundamental 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 56 of file ransac_fundamental.h.
FundamentalMatrix sfm::RansacFundamental::Result::fundamental |
The resulting fundamental matrix which led to the inliers.
This is NOT the re-computed matrix from the inliers.
Definition at line 62 of file ransac_fundamental.h.
std::vector<int> sfm::RansacFundamental::Result::inliers |
The indices of inliers in the correspondences which led to the homography matrix.
Definition at line 68 of file ransac_fundamental.h.