摘要: #!/usr/bin/python # -*- coding: utf-8 -*- from PIL import Image import numpy as np a = np.asarray(Image.open("/root/1.jpg").convert('L')).astype('floa 阅读全文
posted @ 2020-04-21 13:26 MlxgzZ 阅读(208) 评论(0) 推荐(0) 编辑