FeaturesMatcher   139 modules/stitching/include/opencv2/stitching.hpp     Ptr<detail::FeaturesMatcher> featuresMatcher() { return features_matcher_; }
FeaturesMatcher   140 modules/stitching/include/opencv2/stitching.hpp     const Ptr<detail::FeaturesMatcher> featuresMatcher() const { return features_matcher_; }
FeaturesMatcher   141 modules/stitching/include/opencv2/stitching.hpp     void setFeaturesMatcher(Ptr<detail::FeaturesMatcher> features_matcher)
FeaturesMatcher   227 modules/stitching/include/opencv2/stitching.hpp     Ptr<detail::FeaturesMatcher> features_matcher_;
FeaturesMatcher   231 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS BestOf2NearestMatcher : public FeaturesMatcher
FeaturesMatcher   253 modules/stitching/include/opencv2/stitching/detail/matchers.hpp     Ptr<FeaturesMatcher> impl_;
FeaturesMatcher    42 modules/stitching/perf/opencl/perf_stitch.cpp     Ptr<detail::FeaturesMatcher> featuresMatcher = GetParam() == "orb"
FeaturesMatcher    79 modules/stitching/perf/opencl/perf_stitch.cpp     Ptr<detail::FeaturesMatcher> featuresMatcher = GetParam() == "orb"
FeaturesMatcher   121 modules/stitching/perf/opencl/perf_stitch.cpp     Ptr<detail::FeaturesMatcher> featuresMatcher = GetParam() == "orb"
FeaturesMatcher    40 modules/stitching/perf/perf_stich.cpp     Ptr<detail::FeaturesMatcher> featuresMatcher = GetParam() == "orb"
FeaturesMatcher    77 modules/stitching/perf/perf_stich.cpp     Ptr<detail::FeaturesMatcher> featuresMatcher = GetParam() == "orb"
FeaturesMatcher   113 modules/stitching/perf/perf_stich.cpp     Ptr<detail::FeaturesMatcher> matcher;
FeaturesMatcher   166 modules/stitching/perf/perf_stich.cpp     Ptr<detail::FeaturesMatcher> matcher;
FeaturesMatcher    66 modules/stitching/src/matchers.cpp     MatchPairsBody(FeaturesMatcher &_matcher, const std::vector<ImageFeatures> &_features,
FeaturesMatcher   100 modules/stitching/src/matchers.cpp     FeaturesMatcher &matcher;
FeaturesMatcher   117 modules/stitching/src/matchers.cpp class CpuMatcher : public FeaturesMatcher
FeaturesMatcher   120 modules/stitching/src/matchers.cpp     CpuMatcher(float match_conf) : FeaturesMatcher(true), match_conf_(match_conf) {}
FeaturesMatcher   128 modules/stitching/src/matchers.cpp class GpuMatcher : public FeaturesMatcher
FeaturesMatcher   527 modules/stitching/src/matchers.cpp void FeaturesMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches,