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

Method ExtractionWidget

src/colmap/ui/feature_extraction_widget.cc:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82#endif
83
84ExtractionWidget::ExtractionWidget(QWidget* parent, OptionManager* options)
85 : OptionsWidget(parent),
86 options_(options),
87 thread_control_widget_(new ThreadControlWidget(this)) {}
88
89SIFTExtractionWidget::SIFTExtractionWidget(QWidget* parent,
90 OptionManager* options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected