Home
last modified time | relevance | path

Searched defs:minLineLength (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp77 …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/
Dperf_houghLines.cpp74 double minLineLength = 50, maxGap = 5; variable
/external/opencv3/modules/imgproc/test/ocl/
Dtest_houghlines.cpp111 double rhoStep, thetaStep, minLineLength, maxGap; in PARAM_TEST_CASE() local
/external/opencv3/modules/imgproc/test/
Dtest_houghLines.cpp109 int minLineLength; member in BaseHoughLineTest
/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp142 const int minLineLength = 50; variable
/external/opencv3/modules/imgproc/src/
Dhough.cpp791 double minLineLength, double maxGap) in ocl_HoughLinesP()
870 double minLineLength, double maxGap ) in HoughLinesP()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java1230 …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()
Dimgproc.cpp2487 …long lines_nativeObj, jdouble rho, jdouble theta, jint threshold, jdouble minLineLength, jdouble m… in Java_org_opencv_imgproc_Imgproc_HoughLinesP_10()