Berkeley SfM
Public Attributes | List of all members
bsfm::FeatureMatcherOptions Struct Reference

#include <feature_matcher_options.h>

Public Attributes

bool use_lowes_ratio = true
 
double lowes_ratio = 0.75
 
unsigned int min_num_feature_matches = 20
 
bool require_symmetric_matches = true
 
bool only_keep_best_matches = false
 
unsigned int num_best_matches = 100
 
bool enforce_maximum_descriptor_distance = false
 
double maximum_descriptor_distance = 1.0
 

Detailed Description

Definition at line 49 of file feature_matcher_options.h.

Member Data Documentation

bool bsfm::FeatureMatcherOptions::enforce_maximum_descriptor_distance = false

Definition at line 77 of file feature_matcher_options.h.

double bsfm::FeatureMatcherOptions::lowes_ratio = 0.75

Definition at line 58 of file feature_matcher_options.h.

double bsfm::FeatureMatcherOptions::maximum_descriptor_distance = 1.0

Definition at line 82 of file feature_matcher_options.h.

unsigned int bsfm::FeatureMatcherOptions::min_num_feature_matches = 20

Definition at line 62 of file feature_matcher_options.h.

unsigned int bsfm::FeatureMatcherOptions::num_best_matches = 100

Definition at line 72 of file feature_matcher_options.h.

bool bsfm::FeatureMatcherOptions::only_keep_best_matches = false

Definition at line 68 of file feature_matcher_options.h.

bool bsfm::FeatureMatcherOptions::require_symmetric_matches = true

Definition at line 65 of file feature_matcher_options.h.

bool bsfm::FeatureMatcherOptions::use_lowes_ratio = true

Definition at line 57 of file feature_matcher_options.h.


The documentation for this struct was generated from the following file: