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

Method RequiresOpenGL

src/colmap/controllers/automatic_reconstruction.cc:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

FeatureMatcherWorkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected