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

Method MatchGuided

src/pycolmap/feature/matching.cc:53–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void MatchGuided(double max_error,
54 const MatcherImage& image1,
55 const MatcherImage& image2,
56 TwoViewGeometry* two_view_geometry) override {
57 PYBIND11_OVERRIDE_PURE(void,
58 FeatureMatcher,
59 MatchGuided,
60 max_error,
61 image1,
62 image2,
63 two_view_geometry);
64 }
65};
66
67} // namespace

Callers 1

BindFeatureMatchingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected