Normalize an image from 0 to 1

조회 수: 6 (최근 30일)
Bárbara Maurício
Bárbara Maurício 2021년 1월 10일
댓글: Bárbara Maurício 2021년 1월 10일
Im trying to normalize an image from 0 to 1,after having used rgb2gray. However using mat2gray and im2double is only giving me 0 and 1 values, nothing in between. I also need to use the equation (I-min(I))/(max(I)-min(I)) and somehow I still can only get zeros and ones.

채택된 답변

Image Analyst
Image Analyst 2021년 1월 10일
mat2gray() and rescale() will both work. If you're only getting 0 and 1 then you have only two gray levels in your image. Post your image so I can check it.
  댓글 수: 1
Bárbara Maurício
Bárbara Maurício 2021년 1월 10일
Thank you for answering I have now managed to solve it but still appreciated!

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by