histogram normalization for an image
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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...
Risposte (1)
Walter Roberson
il 22 Gen 2013
I wonder, though, whether you want "normalization" or "equalization" ?
3 Commenti
Image Analyst
il 1 Set 2016
There are functions histeq() and adapthisteq(). Generally histeq() gives crummy looking images. adapthisteq() is usually better since it does CLAHE.
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!