將Numpy數組保存爲圖像

原文鏈接:https://blog.csdn.net/xijuezhu8128/article/details/79661016 有一個Numpy數組類型的矩陣,如何將它作爲圖像寫入磁盤?任何格式的圖像都行(PNG,JPEG,BMP ...)。   最佳解決辦法 可以使用scipy.misc,代碼如下:   import scipy.misc scipy.misc.imsave('outfile
相關文章
相關標籤/搜索