Home
last modified time | relevance | path

Searched refs:SurfFeaturesFinderGpu (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp136 class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder class
139 SurfFeaturesFinderGpu(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
/external/opencv3/modules/stitching/src/
Dmatchers.cpp458 SurfFeaturesFinderGpu::SurfFeaturesFinderGpu(double hess_thresh, int num_octaves, int num_layers, in SurfFeaturesFinderGpu() function in cv::detail::SurfFeaturesFinderGpu
471 void SurfFeaturesFinderGpu::find(InputArray image, ImageFeatures &features) in find()
495 void SurfFeaturesFinderGpu::collectGarbage() in collectGarbage()
Dstitcher.cpp63 stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>()); in createDefault()
551 stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>()); in createStitcher()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp389 finder = makePtr<SurfFeaturesFinderGpu>(); in main()