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

Method Match

src/pycolmap/feature/matching.cc:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void Match(const MatcherImage& image1,
47 const MatcherImage& image2,
48 FeatureMatches* matches) override {
49 PYBIND11_OVERRIDE_PURE(
50 void, FeatureMatcher, Match, image1, image2, matches);
51 }
52
53 void MatchGuided(double max_error,
54 const MatcherImage& image1,

Callers 1

BindFeatureMatchingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected