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

Method ModifyForIndividualData

src/colmap/controllers/option_manager.cc:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void OptionManager::ModifyForIndividualData() {
95 mapper->min_focal_length_ratio = 0.1;
96 mapper->max_focal_length_ratio = 10;
97 mapper->max_extra_param = std::numeric_limits<double>::max();
98}
99
100void OptionManager::ModifyForVideoData() {
101 const bool kResetPaths = false;

Callers 2

SetOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected