Searched refs:createHoughLinesDetector (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_lines.cpp | 50 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/ |
D | cudaimgproc.hpp | 382 CV_EXPORTS Ptr<HoughLinesDetector> createHoughLinesDetector(float rho, float theta, int threshold, …
|
/external/opencv3/modules/cudaimgproc/test/ |
D | test_hough.cpp | 97 …cv::Ptr<cv::cuda::HoughLinesDetector> hough = cv::cuda::createHoughLinesDetector(rho, theta, thres… in CUDA_TEST_P()
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_hough.cpp | 107 …cv::Ptr<cv::cuda::HoughLinesDetector> hough = cv::cuda::createHoughLinesDetector(rho, theta, thres… in PERF_TEST_P()
|