Searched refs:getMaxLines (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaimgproc/include/opencv2/ | ||
D | cudaimgproc.hpp | 370 virtual int getMaxLines() const = 0; |
/external/opencv3/modules/cudaimgproc/src/ | ||
D | hough_segments.cpp | 97 int getMaxLines() const { return maxLines_; } in getMaxLines() function in __anonfd1c25900111::HoughSegmentDetectorImpl |
D | hough_lines.cpp | 94 int getMaxLines() const { return maxLines_; } in getMaxLines() function in __anon32ecabc50111::HoughLinesDetectorImpl |