1. 磐创AI-开放猫官方网站首页
  2. 机器学习
  3. TensorFlow

plt.imshow 图像读取,展示


#!/usr/bin/env python
# -*- coding: utf-8 -*-
import matplotlib.pyplot as plt
from scipy import misc
face = misc.face()
misc.imsave('face.png', face) # First we need to create the PNG file
face = misc.imread('face.png')
print type(face)
print face.shape,face.dtype
plt.imshow(face)
plt.show()

原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/06/29/plt-imshow/

发表评论

登录后才能评论

联系我们

400-800-8888

在线咨询:点击这里给我发消息

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息