MVE - Multi-View Environment mve-devel
|
#include <ransac_homography.h>
Public Member Functions | |
Options (void) | |
Public Attributes | |
int | max_iterations |
The number of RANSAC iterations. | |
double | threshold |
Threshold used to determine inliers. | |
bool | verbose_output |
Produce status messages on the console. | |
Definition at line 30 of file ransac_homography.h.
|
inline |
Definition at line 85 of file ransac_homography.h.
int sfm::RansacHomography::Options::max_iterations |
The number of RANSAC iterations.
Defaults to 1000. Function compute_ransac_iterations() can be used to estimate the required number of iterations for a certain RANSAC success rate.
Definition at line 39 of file ransac_homography.h.
double sfm::RansacHomography::Options::threshold |
Threshold used to determine inliers.
Defaults to 0.005. This threshold assumes that the input points are normalized.
Definition at line 45 of file ransac_homography.h.
bool sfm::RansacHomography::Options::verbose_output |
Produce status messages on the console.
Definition at line 50 of file ransac_homography.h.