HoughLinesP 132 modules/cudaimgproc/perf/perf_hough.cpp PERF_TEST_P(Image, HoughLinesP, HoughLinesP 170 modules/cudaimgproc/perf/perf_hough.cpp TEST_CYCLE() cv::HoughLinesP(mask, cpu_lines, rho, theta, threshold, minLineLength, maxLineGap); HoughLinesP 1758 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void HoughLinesP( InputArray image, OutputArray lines, HoughLinesP 1117 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.HoughLinesP(img, lines, 1, 3.1415926/180, 100); HoughLinesP 66 modules/imgproc/perf/opencl/perf_houghLines.cpp OCL_PERF_TEST_P(HoughLinesPFixture, HoughLinesP, Combine(Values("cv/shared/pic5.png", "stitching/a1.png"), HoughLinesP 83 modules/imgproc/perf/opencl/perf_houghLines.cpp OCL_TEST_CYCLE() cv::HoughLinesP(usrc, lines, rhoStep, thetaStep, threshold, minLineLength, maxGap); HoughLinesP 109 modules/imgproc/test/ocl/test_houghlines.cpp PARAM_TEST_CASE(HoughLinesP, int, double, double) HoughLinesP 164 modules/imgproc/test/ocl/test_houghlines.cpp OCL_TEST_P(HoughLinesP, RealImage) HoughLinesP 168 modules/imgproc/test/ocl/test_houghlines.cpp OCL_OFF(cv::HoughLinesP(src, dst, rhoStep, thetaStep, threshold, minLineLength, maxGap)); HoughLinesP 169 modules/imgproc/test/ocl/test_houghlines.cpp OCL_ON(cv::HoughLinesP(usrc, udst, rhoStep, thetaStep, threshold, minLineLength, maxGap)); HoughLinesP 178 modules/imgproc/test/ocl/test_houghlines.cpp OCL_INSTANTIATE_TEST_CASE_P(Imgproc, HoughLinesP, Combine(Values(100, 150), // threshold HoughLinesP 163 modules/imgproc/test/test_houghLines.cpp HoughLinesP(dst, lines, rhoStep, thetaStep, threshold, minLineLength, maxGap); HoughLinesP 51 samples/cpp/houghlines.cpp HoughLinesP(dst, lines, 1, CV_PI/180, 50, 50, 10 ); HoughLinesP 119 samples/cpp/tutorial_code/ImgTrans/HoughLines_Demo.cpp HoughLinesP( edges, p_lines, 1, CV_PI/180, min_threshold + p_trackbar, 30, 10 ); HoughLinesP 44 samples/gpu/houghlines.cpp cv::HoughLinesP(mask, lines_cpu, 1, CV_PI / 180, 50, 60, 5);