Searched refs:setRho (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/include/opencv2/ | ||
D | cudaimgproc.hpp | 357 virtual void setRho(float rho) = 0; |
/external/opencv3/modules/cudaimgproc/src/ | ||
D | hough_segments.cpp | 84 void setRho(float rho) { rho_ = rho; } in setRho() function in __anon847be16b0111::HoughSegmentDetectorImpl |
D | hough_lines.cpp | 81 void setRho(float rho) { rho_ = rho; } in setRho() function in __anon740b7d800111::HoughLinesDetectorImpl |