摘要: # coding=utf-8 import matplotlib.pyplot as pltimport pylabimport numpy as np img = plt.imread("d:/37.jpg") #在这里读取图片 img 为ndarray格式 print(type(img))plt 阅读全文
posted @ 2018-04-18 08:51 pzf9266 阅读(262) 评论(0) 推荐(0) 编辑