Python plt 显示图片有色差

Posted guxingy

tags:

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

原文:https://blog.csdn.net/u013608424/article/details/80117178


img = cv2.imread('y1.jpg')
img_2 = img[:,:,[2,1,0]]
plt.imshow(img_2, cmap='gray')

以上是关于Python plt 显示图片有色差的主要内容,如果未能解决你的问题,请参考以下文章

python plt.imshow 怎么用

怎么用python显示一张图片

python 中scatter cmap库 cmap=plt.cm.Paired 啥意思

python如何获取图某一点的灰度

为啥python plt.plot 画图起点不是零点

Python如何使用matplotlib 库正确的显示灰度图像