Normalize by using zero mean and unit variance
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Emerson Nithiyaraj
am 17 Sep. 2019
Kommentiert: Adam
am 17 Sep. 2019
I am working with Medical CT image and i came across a pre-processing step in an article ,"contrast enhancement of images by using histogram equalization and normalized by using zero mean and unit variance". Histogram equalization can be done using histeq function and how to normalize it to zero mean and unit variance and whats the need to normalize like that?
1 Kommentar
Adam
am 17 Sep. 2019
Mathematically just find the mean and subtract it, then take the variance and divide by that. But if you want a ready-made function then Star Strider's answer should cover that.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!