Original Image before finding contours在轮廓检测之后找到内圆的直径
我有一个图像,并且我正在使用openCv和python来检测轮廓,如所附图像所示。
被检查物体是不规则形状的物体(附有图像),需要找到该物体的直径。
我正在使用findcontours并根据其面积过滤出轮廓Description of the image :green lines-contours detected, black line looking to find the inner circle like the one marked
有没有一种方法可以使用openCV-python来显示圆
任何人都可以知道如何实现这一目标。