sipeed_wiki
sipeed_wiki copied to clipboard
[Gitalk:/soft/maixpy3/zh/api/maix/image.html] MaixPy3 image 模块 - Sipeed Wiki
https://wiki.sipeed.com/soft/maixpy3/zh/api/maix/image.html
MaixPy3 image 模块 API 文档, 以及使用说明
for r in img.find_rects(threshold = 10000): print(r) 中,r包含什么数据?
@windskyxb for r in img.find_rects(threshold = 10000): print(r) 中,r包含什么数据?
应该是存着识别到的圆形对象即圆形的四个参数x,y,r,mag