SurfFeaturesFinder 107 modules/stitching/include/opencv2/stitching/detail/matchers.hpp SurfFeaturesFinder(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4, SurfFeaturesFinder 40 modules/stitching/perf/opencl/perf_stitch.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); SurfFeaturesFinder 77 modules/stitching/perf/opencl/perf_stitch.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); SurfFeaturesFinder 119 modules/stitching/perf/opencl/perf_stitch.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); SurfFeaturesFinder 38 modules/stitching/perf/perf_stich.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); SurfFeaturesFinder 75 modules/stitching/perf/perf_stich.cpp : Ptr<detail::FeaturesFinder>(new detail::SurfFeaturesFinder()); SurfFeaturesFinder 116 modules/stitching/perf/perf_stich.cpp finder = makePtr<detail::SurfFeaturesFinder>(); SurfFeaturesFinder 171 modules/stitching/perf/perf_stich.cpp finder = makePtr<detail::SurfFeaturesFinder>(); SurfFeaturesFinder 319 modules/stitching/src/matchers.cpp SurfFeaturesFinder::SurfFeaturesFinder(double hess_thresh, int num_octaves, int num_layers, SurfFeaturesFinder 361 modules/stitching/src/matchers.cpp void SurfFeaturesFinder::find(InputArray image, ImageFeatures &features) SurfFeaturesFinder 74 modules/stitching/src/stitcher.cpp stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); SurfFeaturesFinder 562 modules/stitching/src/stitcher.cpp stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinder>()); SurfFeaturesFinder 50 modules/stitching/test/test_matchers.cpp TEST(SurfFeaturesFinder, CanFindInROIs) SurfFeaturesFinder 52 modules/stitching/test/test_matchers.cpp Ptr<detail::FeaturesFinder> finder = makePtr<detail::SurfFeaturesFinder>(); SurfFeaturesFinder 392 samples/cpp/stitching_detailed.cpp finder = makePtr<SurfFeaturesFinder>();