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

Method FeatureExtractionTypeOptions

src/colmap/feature/extractor.cc:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45} // namespace
46
47FeatureExtractionTypeOptions::FeatureExtractionTypeOptions()
48 : sift(std::make_shared<SiftExtractionOptions>()),
49 aliked(std::make_shared<AlikedExtractionOptions>()) {}
50
51FeatureExtractionTypeOptions::FeatureExtractionTypeOptions(
52 const FeatureExtractionTypeOptions& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected