MCPcopy Create free account
hub / github.com/colmap/colmap / ModifyForExtremeQuality

Method ModifyForExtremeQuality

src/colmap/controllers/option_manager.cc:184–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void OptionManager::ModifyForExtremeQuality() {
185 // Most of the options are set to extreme quality by default.
186 feature_extraction->sift->estimate_affine_shape = true;
187 feature_extraction->sift->domain_size_pooling = true;
188 feature_matching->guided_matching = true;
189 mapper->ba_local_max_num_iterations = 40;
190 mapper->ba_local_max_refinements = 3;
191 mapper->ba_global_max_num_iterations = 100;
192}
193
194void OptionManager::AddAllOptions() {
195 BaseOptionManager::AddAllOptions();

Callers 3

RunProjectGeneratorFunction · 0.80
SetOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected