How to detect big circles in small images

后端 未结 0 1070
臣服心动
臣服心动 2021-01-13 04:24

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题