histogram normalization for an image
Ältere Kommentare anzeigen
hi..i have taken a histogram for the image... now i want normalized that histogram... how can i normalize that.. help me with matlab codes...
1 Kommentar
Ahmed Salah
am 31 Dez. 2014
hn1 = imhist(Imageg1)./numel(Imageg1);
Antworten (1)
Walter Roberson
am 22 Jan. 2013
0 Stimmen
I wonder, though, whether you want "normalization" or "equalization" ?
3 Kommentare
chinnurocks
am 1 Sep. 2016
I need histogram equalization.
Image Analyst
am 1 Sep. 2016
There are functions histeq() and adapthisteq(). Generally histeq() gives crummy looking images. adapthisteq() is usually better since it does CLAHE.
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!