Searched defs:minLineLength (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 77 …HoughSegmentDetectorImpl(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) : in HoughSegmentDetectorImpl() 90 void setMinLineLength(int minLineLength) { minLineLength_ = minLineLength; } in setMinLineLength() 181 …ector> cv::cuda::createHoughSegmentDetector(float rho, float theta, int minLineLength, int maxLine… in createHoughSegmentDetector()
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_houghLines.cpp | 74 double minLineLength = 50, maxGap = 5; variable
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_houghlines.cpp | 111 double rhoStep, thetaStep, minLineLength, maxGap; in PARAM_TEST_CASE() local
|
/external/opencv3/modules/imgproc/test/ |
D | test_houghLines.cpp | 109 int minLineLength; member in BaseHoughLineTest
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_hough.cpp | 142 const int minLineLength = 50; variable
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 791 double minLineLength, double maxGap) in ocl_HoughLinesP() 870 double minLineLength, double maxGap ) in HoughLinesP()
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 1230 …sP(Mat image, Mat lines, double rho, double theta, int threshold, double minLineLength, double max… in HoughLinesP() 3008 …j, long lines_nativeObj, double rho, double theta, int threshold, double minLineLength, double max… in HoughLinesP_0()
|
D | imgproc.cpp | 2487 …long lines_nativeObj, jdouble rho, jdouble theta, jint threshold, jdouble minLineLength, jdouble m… in Java_org_opencv_imgproc_Imgproc_HoughLinesP_10()
|