Home
last modified time | relevance | path

Searched defs:setEdgeThreshold (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudastereo/src/
Ddisparity_bilateral_filter.cpp75 void setEdgeThreshold(double edge_threshold) { edge_threshold_ = (float) edge_threshold; } in setEdgeThreshold() function in __anon849b74390111::DispBilateralFilterImpl
/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp370 virtual void setEdgeThreshold(int edgeThreshold) { edgeThreshold_ = edgeThreshold; } in setEdgeThreshold() function in __anon67be78520111::ORB_Impl
/external/opencv3/modules/features2d/src/
Dorb.cpp672 void setEdgeThreshold(int edgeThreshold_) { edgeThreshold = edgeThreshold_; } in setEdgeThreshold() function in cv::ORB_Impl