摘要: # demo示例import cv2 import numpy as np from PIL import Image # 计算平均哈希值 def ahash(image): # 缩放为8*8 image = cv2.resize(image, (8, 8), interpolation=cv2.I 阅读全文
posted @ 2023-04-25 17:11 阿井井w 阅读(225) 评论(0) 推荐(0) 编辑