HomeSort by relevance Sort by last modified time
    Searched refs:SurfFeaturesFinderGpu (Results 1 - 4 of 4) sorted by null

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

Completed in 505 milliseconds