在Python中,如何將RGB圖像轉換為灰度圖像? @貔貅 ▣技術問答 ♢matplotlib, Python, RGB, 灰度圖像 我正在嘗試使用matplotlib讀取RGB圖像並將其轉換為灰度圖像。 在matlab中,我使用這個: img = rgb2gray(imread('image.png')); 在matplotlib tutorial...