Home
last modified time | relevance | path

Searched refs:HoughSegmentDetectorImpl (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp74 class HoughSegmentDetectorImpl : public HoughSegmentDetector class
77HoughSegmentDetectorImpl(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) : in HoughSegmentDetectorImpl() function in __anon847be16b0111::HoughSegmentDetectorImpl
131 void HoughSegmentDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream) in detect()
183 return makePtr<HoughSegmentDetectorImpl>(rho, theta, minLineLength, maxLineGap, maxLines); in createHoughSegmentDetector()