Searched refs:getVotesThreshold (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ | ||
D | hough_circles.cpp | 89 int getVotesThreshold() const { return votesThreshold_; } in getVotesThreshold() function in __anon5063abef0111::HoughCirclesDetectorImpl |
D | generalized_hough.cpp | 471 int getVotesThreshold() const { return votesThreshold_; } in getVotesThreshold() function in __anon701856140211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/cudaimgproc/include/opencv2/ | ||
D | cudaimgproc.hpp | 460 virtual int getVotesThreshold() const = 0; |
/external/opencv3/modules/imgproc/src/ | ||
D | generalized_hough.cpp | 359 int getVotesThreshold() const { return votesThreshold_; } in getVotesThreshold() function in __anon1aa6ac770211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/imgproc/include/opencv2/ | ||
D | imgproc.hpp | 802 virtual int getVotesThreshold() const = 0; |