openmv可以识别圆的数量吗? 谢谢各位大佬?????????
-
openmv可以识别圆的数量吗? 谢谢各位大佬?????
-
可以啊,
https://docs.singtown.com/micropython/zh/latest/openmvcam/library/omv.image.html#image.find_circles
函数返回的是列表。
-
想算出总的数量程序该怎么写呀
-
这样写对吗
-
圆们 = img.find_circles()
print(len(圆们))