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

  /external/opencv3/modules/cudastereo/include/opencv2/
cudastereo.hpp 273 virtual void setEdgeThreshold(double edge_threshold) = 0;
  /external/opencv3/modules/cudastereo/src/
disparity_bilateral_filter.cpp 75 void setEdgeThreshold(double edge_threshold) { edge_threshold_ = (float) edge_threshold; }
  /external/opencv3/modules/cudafeatures2d/src/
orb.cpp 370 virtual void setEdgeThreshold(int edgeThreshold) { edgeThreshold_ = edgeThreshold; }
    [all...]
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 301 CV_WRAP virtual void setEdgeThreshold(int edgeThreshold) = 0;
    [all...]
  /external/opencv3/modules/features2d/src/
orb.cpp 672 void setEdgeThreshold(int edgeThreshold_) { edgeThreshold = edgeThreshold_; }
    [all...]

Completed in 503 milliseconds