How I can save Image without using imwrite ?

조회 수: 3 (최근 30일)
Ameligege
Ameligege 2015년 5월 7일
댓글: Image Analyst 2017년 1월 6일
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
Michael Haderlein 2015년 5월 7일
Could you please also state what kind of effect of imwrite is the problem?
Ameligege
Ameligege 2015년 5월 7일
편집: Walter Roberson 2015년 5월 8일
I wrote the result in notebad file after imwrite
when I read it from another function to read the result Image and write it to notebad file ,these notbad files are different
here is the some values first row of the result Image
52,59,58,66,66,61,67,68,66,65,63,62,62,62,60
here is the first row from where I read the result Image
65,63,66,75,62,53,67,71,67,66,65,64,62,61,59,59,64,63,60

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2015년 5월 7일
Save it to a .mat file with save().
  댓글 수: 13
A K M FOYSAL AHMED
A K M FOYSAL AHMED 2017년 1월 6일
Thank you Walter, it works....:)
Image Analyst
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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by