摘要: import aircv as ac def matcha(bb,aa):#从bb查找aa,如果有则返回其坐标位置 yuan=ac.imread(bb) mubi=ac.imread(aa) result=ac.find_template(yuan,mubi,0.7)#0.7相似度 if(resul 阅读全文
posted @ 2020-12-21 17:24 myrj 阅读(3171) 评论(0) 推荐(0)