HomeSort by relevance Sort by last modified time
    Searched full:surf_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/src/
matchers.cpp 325 Ptr<SURF> surf_ = SURF::create(); local
326 if( !surf_ )
328 surf_->setHessianThreshold(hess_thresh);
329 surf_->setNOctaves(num_octaves);
330 surf_->setNOctaveLayers(num_layers);
331 surf = surf_;
461 surf_.keypointsRatio = 0.1f;
462 surf_.hessianThreshold = hess_thresh;
463 surf_.extended = false;
481 surf_.nOctaves = num_octaves_
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp 149 cuda::SURF_CUDA surf_; member in class:cv::detail::SurfFeaturesFinderGpu

Completed in 228 milliseconds