10#ifndef SFM_BUNDLER_MATCHING_HEADER
11#define SFM_BUNDLER_MATCHING_HEADER
55 MATCHER_CASCADE_HASHING
64 int min_feature_matches = 24;
66 int min_matching_inliers = 12;
68 bool use_lowres_matching =
false;
70 int num_lowres_features = 500;
72 int min_lowres_matches = 5;
74 int match_num_previous_frames = 0;
102 void two_view_matching (
int view_1_id,
int view_2_id,
108 std::unique_ptr<MatchingBase> matcher;
Bundler Component: Matching between views in an MVE scene.
std::vector< Viewport > ViewportList
The list of all viewports considered for bundling.
std::vector< TwoViewMatching > PairwiseMatching
The matching result between several pairs of views.
std::vector< CorrespondenceIndex > CorrespondenceIndices
A list of all matching feature pairs in two images.
#define SFM_BUNDLER_NAMESPACE_END
#define SFM_BUNDLER_NAMESPACE_BEGIN
#define SFM_NAMESPACE_END
#define SFM_NAMESPACE_BEGIN
Options for feature matching.
sfm::RansacFundamental::Options ransac_opts
Options for RANSAC computation of the fundamental matrix.