PIL&Matplotlib.pyplot&opencv基本使用
文章目录opencvMatplotlib.pyplotPIL
opencv
Matplotlib.pyplot
显示图片
plt.imshow(x,)
array-like (可以显示np.array数据结构的数据)or PIL image(或者是采用Image.open打开的数据结构的图片)
The image data. Supported array shapes are:
支持2,3,...
原创
2019-03-08 18:23:32 ·
302 阅读 ·
0 评论