Image intensity data normalization

Hi,
I am reading the .im7 image file, let's say I am storing the inetsnity values in the 'ZZZ' matrix. Here, I would intend to normalize the inetnsity data to 0 to 1. I tried normalize(ZZZ), but I couldn't get the values in 0 to 1. I have attached the ZZZ matrix here. Please help me with this....

 Accepted Answer

Also, specify the type of normalization
ZZZ_new = normalize(ZZZ, 'range');

More Answers (0)

Categories

Find more on Convert Image Type 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!