![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <matching.h>
Public Member Functions | |
| bool | Check () const |
Public Attributes | |
| int | batch_size = 1000 |
| int | num_iterations = 3 |
Definition at line 117 of file matching.h.
| bool colmap::TransitiveMatchingOptions::Check | ( | ) | const |
Definition at line 203 of file matching.cc.
References batch_size, CHECK_OPTION_GT, and num_iterations.
| int colmap::TransitiveMatchingOptions::batch_size = 1000 |
Definition at line 119 of file matching.h.
Referenced by cloudViewer::OptionsParser::addTransitiveMatchingOptions(), and Check().
| int colmap::TransitiveMatchingOptions::num_iterations = 3 |
Definition at line 122 of file matching.h.
Referenced by cloudViewer::OptionsParser::addTransitiveMatchingOptions(), and Check().