HomeSort by relevance Sort by last modified time
    Searched defs:maxGap (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/imgproc/perf/opencl/
perf_houghLines.cpp 74 double minLineLength = 50, maxGap = 5;
83 OCL_TEST_CYCLE() cv::HoughLinesP(usrc, lines, rhoStep, thetaStep, threshold, minLineLength, maxGap);
  /external/opencv3/modules/imgproc/test/ocl/
test_houghlines.cpp 111 double rhoStep, thetaStep, minLineLength, maxGap;
124 maxGap = GET_PARAM(2);
168 OCL_OFF(cv::HoughLinesP(src, dst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
169 OCL_ON(cv::HoughLinesP(usrc, udst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
  /external/opencv3/modules/imgproc/test/
test_houghLines.cpp 110 int maxGap;
124 maxGap = 0;
139 maxGap = std::tr1::get<5>(GetParam());
163 HoughLinesP(dst, lines, rhoStep, thetaStep, threshold, minLineLength, maxGap);
166 threshold, minLineLength, maxGap);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 1440 milliseconds