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

Public Member Functions | |
| bool | Check () const |
Public Attributes | |
| int | overlap = 10 |
| bool | quadratic_overlap = true |
| bool | loop_detection = false |
| int | loop_detection_period = 10 |
| int | loop_detection_num_images = 50 |
| int | loop_detection_num_nearest_neighbors = 1 |
| int | loop_detection_num_checks = 256 |
| int | loop_detection_num_images_after_verification = 0 |
| int | loop_detection_max_num_features = -1 |
| std::string | vocab_tree_path = retrieval::kDefaultVocabTreeUri |
Definition at line 35 of file matching.h.
| bool colmap::SequentialMatchingOptions::Check | ( | ) | const |
Definition at line 181 of file matching.cc.
References CHECK_OPTION_GT, loop_detection_num_checks, loop_detection_num_images, loop_detection_num_nearest_neighbors, loop_detection_period, and overlap.
| bool colmap::SequentialMatchingOptions::loop_detection = false |
Definition at line 43 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions().
| int colmap::SequentialMatchingOptions::loop_detection_max_num_features = -1 |
Definition at line 64 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions().
| int colmap::SequentialMatchingOptions::loop_detection_num_checks = 256 |
Definition at line 56 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions(), and Check().
| int colmap::SequentialMatchingOptions::loop_detection_num_images = 50 |
Definition at line 50 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions(), and Check().
| int colmap::SequentialMatchingOptions::loop_detection_num_images_after_verification = 0 |
Definition at line 60 of file matching.h.
| int colmap::SequentialMatchingOptions::loop_detection_num_nearest_neighbors = 1 |
Definition at line 53 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions(), and Check().
| int colmap::SequentialMatchingOptions::loop_detection_period = 10 |
Definition at line 46 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions(), and Check().
| int colmap::SequentialMatchingOptions::overlap = 10 |
Definition at line 37 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions(), and Check().
| bool colmap::SequentialMatchingOptions::quadratic_overlap = true |
Definition at line 40 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions().
| std::string colmap::SequentialMatchingOptions::vocab_tree_path = retrieval::kDefaultVocabTreeUri |
Definition at line 67 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSequentialMatchingOptions().