FeaturesFinder 134 modules/stitching/include/opencv2/stitching.hpp Ptr<detail::FeaturesFinder> featuresFinder() { return features_finder_; } FeaturesFinder 135 modules/stitching/include/opencv2/stitching.hpp const Ptr<detail::FeaturesFinder> featuresFinder() const { return features_finder_; } FeaturesFinder 136 modules/stitching/include/opencv2/stitching.hpp void setFeaturesFinder(Ptr<detail::FeaturesFinder> features_finder) FeaturesFinder 226 modules/stitching/include/opencv2/stitching.hpp Ptr<detail::FeaturesFinder> features_finder_; FeaturesFinder 104 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS SurfFeaturesFinder : public FeaturesFinder FeaturesFinder 122 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder FeaturesFinder 136 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder FeaturesFinder 38 modules/stitching/perf/opencl/perf_stitch.cpp Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" FeaturesFinder 39 modules/stitching/perf/opencl/perf_stitch.cpp ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) FeaturesFinder 40 modules/stitching/perf/opencl/perf_stitch.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); FeaturesFinder 75 modules/stitching/perf/opencl/perf_stitch.cpp Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" FeaturesFinder 76 modules/stitching/perf/opencl/perf_stitch.cpp ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) FeaturesFinder 77 modules/stitching/perf/opencl/perf_stitch.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); FeaturesFinder 117 modules/stitching/perf/opencl/perf_stitch.cpp Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" FeaturesFinder 118 modules/stitching/perf/opencl/perf_stitch.cpp ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) FeaturesFinder 119 modules/stitching/perf/opencl/perf_stitch.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); FeaturesFinder 36 modules/stitching/perf/perf_stich.cpp Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" FeaturesFinder 37 modules/stitching/perf/perf_stich.cpp ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) FeaturesFinder 38 modules/stitching/perf/perf_stich.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); FeaturesFinder 73 modules/stitching/perf/perf_stich.cpp Ptr<detail::FeaturesFinder> featuresFinder = GetParam() == "orb" FeaturesFinder 74 modules/stitching/perf/perf_stich.cpp ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder()) FeaturesFinder 75 modules/stitching/perf/perf_stich.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); FeaturesFinder 112 modules/stitching/perf/perf_stich.cpp Ptr<detail::FeaturesFinder> finder; FeaturesFinder 165 modules/stitching/perf/perf_stich.cpp Ptr<detail::FeaturesFinder> finder; FeaturesFinder 275 modules/stitching/src/matchers.cpp void FeaturesFinder::operator ()(InputArray image, ImageFeatures &features) FeaturesFinder 282 modules/stitching/src/matchers.cpp void FeaturesFinder::operator ()(InputArray image, ImageFeatures &features, const std::vector<Rect> &rois) FeaturesFinder 52 modules/stitching/test/test_matchers.cpp Ptr<detail::FeaturesFinder> finder = makePtr<detail::SurfFeaturesFinder>(); FeaturesFinder 384 samples/cpp/stitching_detailed.cpp Ptr<FeaturesFinder> finder;