SurfFeaturesFinderGpu  139 modules/stitching/include/opencv2/stitching/detail/matchers.hpp     SurfFeaturesFinderGpu(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
SurfFeaturesFinderGpu  458 modules/stitching/src/matchers.cpp SurfFeaturesFinderGpu::SurfFeaturesFinderGpu(double hess_thresh, int num_octaves, int num_layers,
SurfFeaturesFinderGpu  471 modules/stitching/src/matchers.cpp void SurfFeaturesFinderGpu::find(InputArray image, ImageFeatures &features)
SurfFeaturesFinderGpu  495 modules/stitching/src/matchers.cpp void SurfFeaturesFinderGpu::collectGarbage()
SurfFeaturesFinderGpu   63 modules/stitching/src/stitcher.cpp         stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>());
SurfFeaturesFinderGpu  551 modules/stitching/src/stitcher.cpp         stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>());
SurfFeaturesFinderGpu  389 samples/cpp/stitching_detailed.cpp             finder = makePtr<SurfFeaturesFinderGpu>();