|
MVE - Multi-View Environment mve-devel
|
#include <bundler_init_pair.h>

Public Member Functions | |
| Options (void) | |
Public Attributes | |
| RansacHomography::Options | homography_opts |
| The algorithm tries to explain the matches using a homography. | |
| float | max_homography_inliers |
| The maximum percentage of homography inliers. | |
| int | min_num_matches |
| Minimum number of pair matches. | |
| double | min_triangulation_angle |
| Minimum triangulation angle of tracks (in radians). | |
| bool | verbose_output |
| Produce status messages on the console. | |
Definition at line 34 of file bundler_init_pair.h.
|
inline |
Definition at line 117 of file bundler_init_pair.h.
| RansacHomography::Options sfm::bundler::InitialPair::Options::homography_opts |
The algorithm tries to explain the matches using a homography.
The homograhy is computed using RANSAC with the given options.
Definition at line 42 of file bundler_init_pair.h.
| float sfm::bundler::InitialPair::Options::max_homography_inliers |
The maximum percentage of homography inliers.
Definition at line 47 of file bundler_init_pair.h.
| int sfm::bundler::InitialPair::Options::min_num_matches |
| double sfm::bundler::InitialPair::Options::min_triangulation_angle |
Minimum triangulation angle of tracks (in radians).
Definition at line 57 of file bundler_init_pair.h.
| bool sfm::bundler::InitialPair::Options::verbose_output |
Produce status messages on the console.
Definition at line 62 of file bundler_init_pair.h.