| 182 | } |
| 183 | |
| 184 | void 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 | |
| 194 | void OptionManager::AddAllOptions() { |
| 195 | BaseOptionManager::AddAllOptions(); |
no outgoing calls
no test coverage detected