Searched refs:getDp (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ | ||
D | hough_circles.cpp | 80 float getDp() const { return dp_; } in getDp() function in __anon5063abef0111::HoughCirclesDetectorImpl |
D | generalized_hough.cpp | 462 double getDp() const { return dp_; } in getDp() function in __anon701856140211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/cudaimgproc/include/opencv2/ | ||
D | cudaimgproc.hpp | 451 virtual float getDp() const = 0; |
/external/opencv3/modules/imgproc/src/ | ||
D | generalized_hough.cpp | 350 double getDp() const { return dp_; } in getDp() function in __anon1aa6ac770211::GeneralizedHoughBallardImpl |
/external/opencv3/modules/imgproc/include/opencv2/ | ||
D | imgproc.hpp | 784 virtual double getDp() const = 0; |