Searched refs:getMinDist (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ | ||
D | hough_circles.cpp | 83 float getMinDist() const { return minDist_; } in getMinDist() function in __anon5063abef0111::HoughCirclesDetectorImpl |
D | generalized_hough.cpp | 459 double getMinDist() const { return minDist_; } in getMinDist() function in __anon701856140211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/cudaimgproc/include/opencv2/ | ||
D | cudaimgproc.hpp | 454 virtual float getMinDist() const = 0; |
/external/opencv3/modules/imgproc/src/ | ||
D | generalized_hough.cpp | 347 double getMinDist() const { return minDist_; } in getMinDist() function in __anon1aa6ac770211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/imgproc/include/opencv2/ | ||
D | imgproc.hpp | 780 virtual double getMinDist() const = 0; |