scipy.misc.imread函數,讀取圖片

import scipy.misc b=scipy.misc.imread('/home/zzp/2.jpg') scipy.misc.imread(name, flatten=False, mode=None) read a image from a file as an array將圖片讀取出來爲array類型,即numpy類型python  參數:app name : str or file
相關文章
相關標籤/搜索