Home
last modified time | relevance | path

Searched refs:setCannyLowThresh (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp452 void setCannyLowThresh(int cannyLowThresh) { cannyLowThresh_ = cannyLowThresh; } in setCannyLowThresh() function in __anon161a480f0211::GeneralizedHoughBallardImpl
576 void setCannyLowThresh(int cannyLowThresh) { cannyLowThresh_ = cannyLowThresh; } in setCannyLowThresh() function in __anon161a480f0311::GeneralizedHoughGuilImpl
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp340 void setCannyLowThresh(int cannyLowThresh) { cannyLowThresh_ = cannyLowThresh; } in setCannyLowThresh() function in __anon1ec0d8f20211::GeneralizedHoughBallardImpl
512 void setCannyLowThresh(int cannyLowThresh) { cannyLowThresh_ = cannyLowThresh; } in setCannyLowThresh() function in __anon1ec0d8f20311::GeneralizedHoughGuilImpl
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp771 virtual void setCannyLowThresh(int cannyLowThresh) = 0;