values changing in imread and imwrite

I simply want to read a tiff and then write it back out using the imread and imwrite. I am working with 16 bit images. Whenever I write the tiff and load it into arcmap these tiffs show different max values. Is there something happening in the reading and writing process that would affect this?
Thank you

댓글 수: 3

Walter Roberson
Walter Roberson 2018년 5월 22일
What is class() of the data read in by imread() ? And do you use exactly the same array for imwrite() or do you have any operations at all on the data before you imwrite() it?
Jorge Delariva
Jorge Delariva 2018년 5월 22일
The data is all 16 bit tiffs. I would like to do operations within, but first I want to sort out this business of them changing in between read and write.
Walter Roberson
Walter Roberson 2018년 5월 22일
16 bit does not tell us the data type. Is it uint16, int16, double ?
What is max(OriginalImage(:)), min(OriginalImage(:)) ?
If you use MATLAB to imread() the image written out by imwrite() then what are max() and min() of the values returned?

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

태그

질문:

2018년 5월 22일

댓글:

2018년 5월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by