| 92 | } |
| 93 | |
| 94 | void 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 | |
| 100 | void OptionManager::ModifyForVideoData() { |
| 101 | const bool kResetPaths = false; |
no outgoing calls
no test coverage detected