Store image in struct then intensity value is changed.

I have an image with the range of the intensity from -2000 to 8000. once when I store image on the form of struct in matlab and recall it back to organize. The value of the intensity is changed to 0 - 2700. How to fix the value of the intensity in struct?

댓글 수: 4

How do you store it into a struct, and how do you call it back?
like,
File.IM= image; %range intensity -2000 to 8000
image=File.IM; %range intensity 0 to 2700
Is the variable name you are using exactly image ? And are you using R2014a or earlier?
Sorry for my mistake. I just misunderstood.
yes, I uses r2014a.

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

답변 (0개)

카테고리

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

질문:

2019년 8월 29일

댓글:

2019년 8월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by