摘要: 一、直方图 代码: from PIL import Image from pylab import * from numpy import * im=array(Image.open('D:/img/cs.jpg').convert('L')) #读取图片并转化为灰度图 gray() subplot 阅读全文
posted @ 2021-03-08 18:44 予醉伴花眠 阅读(684) 评论(0) 推荐(0)