Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dhough_segments.cpp50 Ptr<cuda::HoughSegmentDetector> cv::cuda::createHoughSegmentDetector(float, float, int, int, int) {… in createHoughSegmentDetector() function in cv::cuda
194 Ptr<HoughSegmentDetector> cv::cuda::createHoughSegmentDetector(float rho, float theta, int minLineL… in createHoughSegmentDetector() function in cv::cuda
/dports/graphics/opencv/opencv-4.5.3/samples/gpu/
H A Dhoughlines.cpp62 …Ptr<cuda::HoughSegmentDetector> hough = cuda::createHoughSegmentDetector(1.0f, (float) (CV_PI / 18… in main()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/misc/python/test/
H A Dtest_cudaimgproc.py54 detector = cv.cuda.createHoughSegmentDetector(3, np.pi / 180, 20, 5)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/include/opencv2/
H A Dcudaimgproc.hpp438 CV_EXPORTS_W Ptr<HoughSegmentDetector> createHoughSegmentDetector(float rho, float theta, int minLi…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/perf/
H A Dperf_hough.cpp154 …cv::Ptr<cv::cuda::HoughSegmentDetector> hough = cv::cuda::createHoughSegmentDetector(rho, theta, m…