Searched defs:setEdgeThreshold (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudastereo/src/ | ||
D | disparity_bilateral_filter.cpp | 75 void setEdgeThreshold(double edge_threshold) { edge_threshold_ = (float) edge_threshold; } in setEdgeThreshold() function in __anon849b74390111::DispBilateralFilterImpl |
/external/opencv3/modules/cudafeatures2d/src/ | ||
D | orb.cpp | 370 virtual void setEdgeThreshold(int edgeThreshold) { edgeThreshold_ = edgeThreshold; } in setEdgeThreshold() function in __anon67be78520111::ORB_Impl |
/external/opencv3/modules/features2d/src/ | ||
D | orb.cpp | 672 void setEdgeThreshold(int edgeThreshold_) { edgeThreshold = edgeThreshold_; } in setEdgeThreshold() function in cv::ORB_Impl |