Searched refs:setMaxLines (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/include/opencv2/ | ||
D | cudaimgproc.hpp | 369 virtual void setMaxLines(int maxLines) = 0; |
/external/opencv3/modules/cudaimgproc/src/ | ||
D | hough_segments.cpp | 96 void setMaxLines(int maxLines) { maxLines_ = maxLines; } in setMaxLines() function in __anonfd1c25900111::HoughSegmentDetectorImpl |
D | hough_lines.cpp | 93 void setMaxLines(int maxLines) { maxLines_ = maxLines; } in setMaxLines() function in __anon32ecabc50111::HoughLinesDetectorImpl |