Searched refs:HoughLinesDetectorImpl (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_lines.cpp | 70 class HoughLinesDetectorImpl : public HoughLinesDetector class 73 HoughLinesDetectorImpl(float rho, float theta, int threshold, bool doSort, int maxLines) : in HoughLinesDetectorImpl() function in __anon740b7d800111::HoughLinesDetectorImpl 128 void HoughLinesDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream) in detect() 176 …void HoughLinesDetectorImpl::downloadResults(InputArray _d_lines, OutputArray h_lines, OutputArray… in downloadResults() 208 return makePtr<HoughLinesDetectorImpl>(rho, theta, threshold, doSort, maxLines); in createHoughLinesDetector()
|