MVE - Multi-View Environment mve-devel
|
Options for feature matching. More...
#include <bundler_matching.h>
Public Attributes | |
int | match_num_previous_frames = 0 |
Only match to a few previous frames. | |
MatcherType | matcher_type = MATCHER_EXHAUSTIVE |
Matcher type. | |
int | min_feature_matches = 24 |
Minimum number of matching features before RANSAC. | |
int | min_lowres_matches = 5 |
Minimum number of matches from low-res matching. | |
int | min_matching_inliers = 12 |
Minimum number of matching features after RANSAC. | |
int | num_lowres_features = 500 |
Number of features used for low-res matching. | |
sfm::RansacFundamental::Options | ransac_opts |
Options for RANSAC computation of the fundamental matrix. | |
bool | use_lowres_matching = false |
Perform low-resolution matching to reject unlikely pairs. | |
Options for feature matching.
Definition at line 59 of file bundler_matching.h.
int sfm::bundler::Matching::Options::match_num_previous_frames = 0 |
Only match to a few previous frames.
Disabled by default.
Definition at line 74 of file bundler_matching.h.
MatcherType sfm::bundler::Matching::Options::matcher_type = MATCHER_EXHAUSTIVE |
int sfm::bundler::Matching::Options::min_feature_matches = 24 |
Minimum number of matching features before RANSAC.
Definition at line 64 of file bundler_matching.h.
int sfm::bundler::Matching::Options::min_lowres_matches = 5 |
Minimum number of matches from low-res matching.
Definition at line 72 of file bundler_matching.h.
int sfm::bundler::Matching::Options::min_matching_inliers = 12 |
Minimum number of matching features after RANSAC.
Definition at line 66 of file bundler_matching.h.
int sfm::bundler::Matching::Options::num_lowres_features = 500 |
Number of features used for low-res matching.
Definition at line 70 of file bundler_matching.h.
sfm::RansacFundamental::Options sfm::bundler::Matching::Options::ransac_opts |
Options for RANSAC computation of the fundamental matrix.
Definition at line 62 of file bundler_matching.h.
bool sfm::bundler::Matching::Options::use_lowres_matching = false |
Perform low-resolution matching to reject unlikely pairs.
Definition at line 68 of file bundler_matching.h.