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.)?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!