wanggogogo
Results
2
comments of
wanggogogo
def LocateOnImage(image, template, region=None, confidence=0.8): if region is not None: x, y, w, h = region imgShape = image.shape image = image[y:y + h, x:x + w, :] getW.savepic(image) res...
我也是这个问题,重新装了也不行~,关键一点日志都没有,有谁解决了吗?