Matlab保存圖像及數據代碼實現

保存處理圖像有兩種方式:code 第一種:直接保存(針對能夠寫出圖像變量名那種,例如Image....)get imwrite(Image,pass); %Image爲圖像變量名,pass爲保存路徑 cas=1; filename = sprintf('C:\\Users\\dell\\Desktop\\蘋果特寫圖像\\%d.jpg', cas); I_rgb=imread(filename)
相關文章
相關標籤/搜索