OrbFeaturesFinder  125 modules/stitching/include/opencv2/stitching/detail/matchers.hpp     OrbFeaturesFinder(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nlevels=5);
OrbFeaturesFinder   39 modules/stitching/perf/opencl/perf_stitch.cpp             ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
OrbFeaturesFinder   76 modules/stitching/perf/opencl/perf_stitch.cpp             ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
OrbFeaturesFinder  118 modules/stitching/perf/opencl/perf_stitch.cpp             ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
OrbFeaturesFinder   37 modules/stitching/perf/perf_stich.cpp             ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
OrbFeaturesFinder   74 modules/stitching/perf/perf_stich.cpp             ? Ptr<detail::FeaturesFinder>(new detail::OrbFeaturesFinder())
OrbFeaturesFinder  121 modules/stitching/perf/perf_stich.cpp         finder = makePtr<detail::OrbFeaturesFinder>();
OrbFeaturesFinder  176 modules/stitching/perf/perf_stich.cpp         finder = makePtr<detail::OrbFeaturesFinder>();
OrbFeaturesFinder  386 modules/stitching/src/matchers.cpp OrbFeaturesFinder::OrbFeaturesFinder(Size _grid_size, int n_features, float scaleFactor, int nlevels)
OrbFeaturesFinder  392 modules/stitching/src/matchers.cpp void OrbFeaturesFinder::find(InputArray image, ImageFeatures &features)
OrbFeaturesFinder   65 modules/stitching/src/stitcher.cpp         stitcher.setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>());
OrbFeaturesFinder   76 modules/stitching/src/stitcher.cpp         stitcher.setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>());
OrbFeaturesFinder  553 modules/stitching/src/stitcher.cpp         stitcher->setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>());
OrbFeaturesFinder  564 modules/stitching/src/stitcher.cpp             stitcher->setFeaturesFinder(makePtr<detail::OrbFeaturesFinder>());
OrbFeaturesFinder  396 samples/cpp/stitching_detailed.cpp         finder = makePtr<OrbFeaturesFinder>();