matplotlib中的imshow()

Posted program-ai-cv-ml-se-fighting

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matplotlib中的imshow()相关的知识,希望对你有一定的参考价值。

1 import matplotlib.pyplot as plt
2 plt.imshow(x,cmap)

x表示要显示的图片变量,cmap为颜色图谱,默认为RGB(A)颜色空间,也可以指定,gray是灰度图

1 plt.imshow(img,gray)

 

在窗口上绘制完这个图片后,如果要把窗口显示出来,就调用plt.show()

但在notebook中也可以不写这个语句,会自动显示窗口

 

具体用法见:https://www.cnblogs.com/denny402/p/5122594.html

以上是关于matplotlib中的imshow()的主要内容,如果未能解决你的问题,请参考以下文章

如何以交互方式更新 matplotlib imshow() 窗口?

matplotlib中的imshow()

matplotlib.imshow() 实际返回啥对象?如何使用这个对象?

Matplotlib:imshow中cmap的作用是啥?

matplotlib imshow扭曲颜色[重复]

同一个 imshow matplotlib 中的两个不同颜色的颜色图