| 173 | } |
| 174 | |
| 175 | bool AutomaticReconstructionController::RequiresOpenGL() const { |
| 176 | return (options_.extraction && |
| 177 | option_manager_.feature_extraction->RequiresOpenGL()) || |
| 178 | (options_.matching && |
| 179 | option_manager_.feature_matching->RequiresOpenGL()); |
| 180 | } |
| 181 | |
| 182 | void AutomaticReconstructionController::Setup() { |
| 183 | if (options_.extraction) { |
no outgoing calls
no test coverage detected