摘要: 方法 @staticmethod def get_distance(fg, bg): """ 计算滑动距离 """ target = cv2.imdecode(np.asarray(bytearray(fg.read()), dtype=np.uint8), 0) template = cv2.im 阅读全文
posted @ 2023-01-13 17:45 公众号python学习开发 阅读(149) 评论(0) 推荐(0) 编辑