HoughSegmentDetectorImpl   77 modules/cudaimgproc/src/hough_segments.cpp         HoughSegmentDetectorImpl(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) :
HoughSegmentDetectorImpl  131 modules/cudaimgproc/src/hough_segments.cpp     void HoughSegmentDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream)
HoughSegmentDetectorImpl  183 modules/cudaimgproc/src/hough_segments.cpp     return makePtr<HoughSegmentDetectorImpl>(rho, theta, minLineLength, maxLineGap, maxLines);