Searched refs:SurfFeaturesFinderGpu (Results 1 – 4 of 4) sorted by relevance
136 class CV_EXPORTS SurfFeaturesFinderGpu : public FeaturesFinder class139 SurfFeaturesFinderGpu(double hess_thresh = 300., int num_octaves = 3, int num_layers = 4,
458 SurfFeaturesFinderGpu::SurfFeaturesFinderGpu(double hess_thresh, int num_octaves, int num_layers, in SurfFeaturesFinderGpu() function in cv::detail::SurfFeaturesFinderGpu471 void SurfFeaturesFinderGpu::find(InputArray image, ImageFeatures &features) in find()495 void SurfFeaturesFinderGpu::collectGarbage() in collectGarbage()
63 stitcher.setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>()); in createDefault()551 stitcher->setFeaturesFinder(makePtr<detail::SurfFeaturesFinderGpu>()); in createStitcher()
389 finder = makePtr<SurfFeaturesFinderGpu>(); in main()