HomeSort by relevance Sort by last modified time
    Searched refs:HOUGH_GRADIENT (Results 1 - 7 of 7) sorted by null

  /external/opencv3/samples/cpp/
houghcircles.cpp 34 HoughCircles(img, circles, HOUGH_GRADIENT, 1, 10,
  /external/opencv3/samples/python2/
houghcircles.py 25 circles = cv2.HoughCircles(img, cv2.HOUGH_GRADIENT, 1, 10, np.array([]), 100, 30, 1, 30)
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
HoughCircle_Demo.cpp 34 HoughCircles( src_gray, circles, HOUGH_GRADIENT, 1, src_gray.rows/8, cannyThreshold, accumulatorThreshold, 0, 0 );
  /external/opencv3/modules/cudaimgproc/perf/
perf_hough.cpp 221 TEST_CYCLE() cv::HoughCircles(src, cpu_circles, cv::HOUGH_GRADIENT, dp, minDist, cannyThreshold, votesThreshold, minRadius, maxRadius);
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 446 HOUGH_GRADIENT = 3 //!< basically *21HT*, described in @cite Yuen90
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 191 HOUGH_GRADIENT = 3,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 615 milliseconds