1. 程式人生 > >np.array(image)的作用

np.array(image)的作用

result = np.array(image)  ==>  result的shape=[width,height,channels]

result = np.array(image.getdata())  ==> result的shape=[width*height,channels]

 

 

有道詞典 result = np.arr ... 詳細 X 結果= np.array(影象)= = >結果的形狀=(寬度、高度、通道)