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

  /external/opencv3/modules/features2d/src/
kaze.cpp 81 void setNOctaves(int octaves_) { octaves = octaves_; }
akaze.cpp 92 void setNOctaves(int octaves_) { octaves = octaves_; }
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 600 CV_WRAP virtual void setNOctaves(int octaves) = 0;
658 CV_WRAP virtual void setNOctaves(int octaves) = 0;
    [all...]
  /external/opencv3/modules/stitching/src/
matchers.cpp 329 surf_->setNOctaves(num_octaves);
342 sdetector_->setNOctaves(num_octaves);
345 sextractor_->setNOctaves(num_octaves_descr);

Completed in 674 milliseconds