HoughLinesDetectorImpl   73 modules/cudaimgproc/src/hough_lines.cpp         HoughLinesDetectorImpl(float rho, float theta, int threshold, bool doSort, int maxLines) :
HoughLinesDetectorImpl  128 modules/cudaimgproc/src/hough_lines.cpp     void HoughLinesDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream)
HoughLinesDetectorImpl  176 modules/cudaimgproc/src/hough_lines.cpp     void HoughLinesDetectorImpl::downloadResults(InputArray _d_lines, OutputArray h_lines, OutputArray h_votes, Stream& stream)
HoughLinesDetectorImpl  208 modules/cudaimgproc/src/hough_lines.cpp     return makePtr<HoughLinesDetectorImpl>(rho, theta, threshold, doSort, maxLines);