![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <matching.h>

Public Member Functions | |
| bool | Check () const |
Public Attributes | |
| int | num_images = 100 |
| int | num_nearest_neighbors = 5 |
| int | num_checks = 256 |
| int | num_images_after_verification = 0 |
| int | max_num_features = -1 |
| std::string | vocab_tree_path = retrieval::kDefaultVocabTreeUri |
| std::string | match_list_path = "" |
Definition at line 72 of file matching.h.
| bool colmap::VocabTreeMatchingOptions::Check | ( | ) | const |
Definition at line 190 of file matching.cc.
References CHECK_OPTION_GT, num_checks, num_images, and num_nearest_neighbors.
| std::string colmap::VocabTreeMatchingOptions::match_list_path = "" |
Definition at line 94 of file matching.h.
Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().
| int colmap::VocabTreeMatchingOptions::max_num_features = -1 |
Definition at line 88 of file matching.h.
Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().
| int colmap::VocabTreeMatchingOptions::num_checks = 256 |
Definition at line 80 of file matching.h.
Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions(), and Check().
| int colmap::VocabTreeMatchingOptions::num_images = 100 |
Definition at line 74 of file matching.h.
Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions(), and Check().
| int colmap::VocabTreeMatchingOptions::num_images_after_verification = 0 |
Definition at line 84 of file matching.h.
Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().
| int colmap::VocabTreeMatchingOptions::num_nearest_neighbors = 5 |
Definition at line 77 of file matching.h.
Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions(), and Check().
| std::string colmap::VocabTreeMatchingOptions::vocab_tree_path = retrieval::kDefaultVocabTreeUri |
Definition at line 91 of file matching.h.
Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().