sipeed_wiki icon indicating copy to clipboard operation
sipeed_wiki copied to clipboard

[Gitalk:/soft/maixpy3/zh/api/maix/image.html] MaixPy3 image 模块 - Sipeed Wiki

Open windskyxb opened this issue 1 year ago • 2 comments

https://wiki.sipeed.com/soft/maixpy3/zh/api/maix/image.html

MaixPy3 image 模块 API 文档, 以及使用说明

windskyxb avatar Aug 02 '23 03:08 windskyxb

for r in img.find_rects(threshold = 10000): print(r) 中,r包含什么数据?

windskyxb avatar Aug 02 '23 03:08 windskyxb

@windskyxb for r in img.find_rects(threshold = 10000): print(r) 中,r包含什么数据?

应该是存着识别到的圆形对象即圆形的四个参数x,y,r,mag

kswag72 avatar Oct 01 '23 09:10 kswag72