Changing the intensity range of a normalized image

2 views (last 30 days)
I have an image. I used this command to normalize the image and turned it to grayscale:
normImage = im2double(Image);
graynormImage = rgb2gray(myImage);
The normalized image has intensity values ranging between 0-0.45
I used the stretchlim(graynormImage) command to get this range.
Now my question is if there is some way for me to change this range?
I want the range to be from 0-0.6
Thanks in advance!

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!