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

Method ModifyForInternetData

src/colmap/controllers/option_manager.cc:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void OptionManager::ModifyForInternetData() {
115#if defined(COLMAP_MVS_ENABLED)
116 stereo_fusion->min_num_pixels = 10;
117#endif
118}
119
120void OptionManager::ModifyForLowQuality() {
121 feature_extraction->max_image_size =

Callers 2

SetOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected