Azzera filtri
Azzera filtri

Image intensity data normalization

4 visualizzazioni (ultimi 30 giorni)
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....

Risposta accettata

Ameer Hamza
Ameer Hamza il 30 Set 2020
Also, specify the type of normalization
ZZZ_new = normalize(ZZZ, 'range');

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by