欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

matplotlib读取图片并显示

程序员文章站 2022-02-05 19:28:59
...
import matplotlib.image as imgplt
import matplotlib.pyplot as plt
x = imgplt.imread('Faces/0805personali01.jpg')
plt.imshow(x)
plt.waitforbuttonpress(0)
相关标签: matplotlib