How I can save Image without using imwrite ?
3 ビュー (過去 30 日間)
古いコメントを表示
I want a code that save Image after I construct this Image from blocks,I used imwrite but it effect on the values of the Image when I read this Image ,please I need your help in that problem ????
2 件のコメント
Michael Haderlein
2015 年 5 月 7 日
Could you please also state what kind of effect of imwrite is the problem?
回答 (1 件)
Image Analyst
2015 年 5 月 7 日
Save it to a .mat file with save().
13 件のコメント
Image Analyst
2017 年 1 月 6 日
Why do you want 1 and 2 instead of the more usual 0 and 1 (used for binary images, masks, ROIs, etc.)?
参考
カテゴリ
Help Center および File Exchange で Import, Export, and Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!