11 2021 档案

摘要:import numpy as np from PIL import Image image_path="路径" img_PIL = Image.open(image_path) #numpy.array() 对PIL图片进行转化 img_array = np.array(img_PIL) 从PIL 阅读全文
posted @ 2021-11-24 22:02 夏不眠 阅读(19) 评论(0) 推荐(0)
摘要:test 阅读全文
posted @ 2021-11-24 21:48 夏不眠 阅读(19) 评论(0) 推荐(0)