HomeSort by relevance Sort by last modified time
    Searched defs:SurfFeaturesFinderGpu (Results 1 - 2 of 2) 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()

Completed in 62 milliseconds