摘要: 全程使用openCV,没有PIL 代码: 1 import base64 2 import cv2 3 import sys 4 import numpy as np 5 6 path = sys.argv[1] 7 8 with open(path, "rb") as image_file: 9 阅读全文
posted @ 2021-08-25 14:26 略略略—— 阅读(2722) 评论(0) 推荐(0) 编辑