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

Method Create

src/colmap/feature/sift.cc:1042–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040 }
1041
1042 static std::unique_ptr<FeatureMatcher> Create(
1043 const FeatureMatchingOptions& options) {
1044 return std::make_unique<SiftCPUFeatureMatcher>(options);
1045 }
1046
1047 void Match(const Image& image1,
1048 const Image& image2,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected