Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dhough_lines.cpp50 Ptr<cuda::HoughLinesDetector> cv::cuda::createHoughLinesDetector(float, float, int, bool, int) { th… in createHoughLinesDetector()
70 class HoughLinesDetectorImpl : public HoughLinesDetector
216 Ptr<HoughLinesDetector> cv::cuda::createHoughLinesDetector(float rho, float theta, int threshold, b… in createHoughLinesDetector()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/include/opencv2/
H A Dcudaimgproc.hpp341 class CV_EXPORTS_W HoughLinesDetector : public Algorithm class
391 CV_EXPORTS_W Ptr<HoughLinesDetector> createHoughLinesDetector(float rho, float theta, int threshold…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/test/
H A Dtest_hough.cpp97 …cv::Ptr<cv::cuda::HoughLinesDetector> hough = cv::cuda::createHoughLinesDetector(rho, theta, thres… in CUDA_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/perf/
H A Dperf_hough.cpp105 …cv::Ptr<cv::cuda::HoughLinesDetector> hough = cv::cuda::createHoughLinesDetector(rho, theta, thres… in PERF_TEST_P()