Searched refs:HoughSegmentDetector (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 50 …<cuda::HoughSegmentDetector> cv::cuda::createHoughSegmentDetector(float, float, int, int, int) { t… in createHoughSegmentDetector() 74 class HoughSegmentDetectorImpl : public HoughSegmentDetector 181 Ptr<HoughSegmentDetector> cv::cuda::createHoughSegmentDetector(float rho, float theta, int minLineL… in createHoughSegmentDetector()
|
/external/opencv3/modules/cudaimgproc/include/opencv2/ |
D | cudaimgproc.hpp | 390 class CV_EXPORTS HoughSegmentDetector : public Algorithm class 429 CV_EXPORTS Ptr<HoughSegmentDetector> createHoughSegmentDetector(float rho, float theta, int minLine…
|
/external/opencv3/samples/gpu/ |
D | houghlines.cpp | 62 …Ptr<cuda::HoughSegmentDetector> hough = cuda::createHoughSegmentDetector(1.0f, (float) (CV_PI / 18… in main()
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_hough.cpp | 156 …cv::Ptr<cv::cuda::HoughSegmentDetector> hough = cv::cuda::createHoughSegmentDetector(rho, theta, m…
|