Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dhough_lines.cpp50 Ptr<cuda::HoughLinesDetector> cv::cuda::createHoughLinesDetector(float, float, int, bool, int) { th… in createHoughLinesDetector() function in cv::cuda
206 Ptr<HoughLinesDetector> cv::cuda::createHoughLinesDetector(float rho, float theta, int threshold, b… in createHoughLinesDetector() function in cv::cuda
/external/opencv3/modules/cudaimgproc/include/opencv2/
Dcudaimgproc.hpp382 CV_EXPORTS Ptr<HoughLinesDetector> createHoughLinesDetector(float rho, float theta, int threshold, …
/external/opencv3/modules/cudaimgproc/test/
Dtest_hough.cpp97 …cv::Ptr<cv::cuda::HoughLinesDetector> hough = cv::cuda::createHoughLinesDetector(rho, theta, thres… in CUDA_TEST_P()
/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp107 …cv::Ptr<cv::cuda::HoughLinesDetector> hough = cv::cuda::createHoughLinesDetector(rho, theta, thres… in PERF_TEST_P()