苗火 Nicholas
[python]Display image with matplot
2021-5-27 萧
import matplotlib.pyplot as plt

#plt.figure()
img = plt.imread(image_path)
plt.imshow(img)
plt.show()
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容