openatx / uiautomator2

Android Uiautomator2 Python Wrapper
MIT License
6.38k stars 1.37k forks source link

image.match方法在屏幕上不存在要查找的图片时,也会返回相似度0.9以上的结果 #902

Closed danchaobing closed 5 months ago

danchaobing commented 1 year ago

我用一张在手机屏幕上不存在的图片, 去调d.image.match(imdata) 方法, 返回结果中的相似度在0.9, 在使用多张图片多次测试后, 结果还是一样

codeskyblue commented 5 months ago

图片功能自行处理吧,后续image的功能会从uiautomator2中移除