python常用的兩個圖像處理函數

1. scipy.ndimage.imread(fname,flatten=False): 將圖片轉換爲數組,如果mode默認爲‘RGB’,則返回的數組的形狀爲(height , width, 3) 2. matplotlib.pyplot.imshow(image): 將表示圖片的(height , width, 3)數組轉換爲圖片並顯示出來。
相關文章
相關標籤/搜索