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

Method FeatureMatchingTypeOptions

src/colmap/feature/matcher.cc:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46} // namespace
47
48FeatureMatchingTypeOptions::FeatureMatchingTypeOptions()
49 : sift(std::make_shared<SiftMatchingOptions>()),
50 aliked(std::make_shared<AlikedMatchingOptions>()) {}
51
52FeatureMatchingTypeOptions::FeatureMatchingTypeOptions(
53 const FeatureMatchingTypeOptions& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected