| 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, |
no outgoing calls
no test coverage detected