I am trying to detect the center circle in the image below. outer_circle = cv2.HoughCircles(img, cv2.HOUGH_GRADIENT, dp=1, minDist=h/2) I do this, but it do
outer_circle = cv2.HoughCircles(img, cv2.HOUGH_GRADIENT, dp=1, minDist=h/2)