Searched refs:setCannyLowThresh (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ | ||
D | generalized_hough.cpp | 452 void setCannyLowThresh(int cannyLowThresh) { cannyLowThresh_ = cannyLowThresh; } in setCannyLowThresh() function in __anon161a480f0211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/imgproc/src/ | ||
D | generalized_hough.cpp | 340 void setCannyLowThresh(int cannyLowThresh) { cannyLowThresh_ = cannyLowThresh; } in setCannyLowThresh() function in __anon1ec0d8f20211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/imgproc/include/opencv2/ | ||
D | imgproc.hpp | 771 virtual void setCannyLowThresh(int cannyLowThresh) = 0; |