在Python中,如何将RGB图像转换为灰度图像? @貔貅 ▣技术问答 ♢matplotlib, Python, RGB, 灰度图像 我正在尝试使用matplotlib读取RGB图像并将其转换为灰度图像。 在matlab中,我使用这个: img = rgb2gray(imread('image.png')); 在matplotlib tutorial...