while (True):
clock.tick()
img = sensor.snapshot()
for i in templates[0]:
for t in i:
template = image.Image(t)
s = img.find_template(template, 0.70, step=4, search=SEARCH_EX)
if s:
img.draw_rectangle(s)
C
cgoy
@cgoy
0
声望
6
楼层
337
资料浏览
0
粉丝
0
关注
cgoy 发布的帖子
-
报错提示:couldn't find the path(第六行代码)