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