摘要: 1 from PIL import Image 2 import numpy as np 3 4 a = np.asarray(Image.open('D:\\python_common_exercise\\exercise\\taylor.jpg').convert('L')).astype('f 阅读全文
posted @ 2020-05-06 15:17 yabaodamowang 阅读(143) 评论(0) 推荐(0)