Searched refs:HoughSegmentDetectorImpl (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 74 class HoughSegmentDetectorImpl : public HoughSegmentDetector class 77 …HoughSegmentDetectorImpl(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()
|