histogram normalization for an image
显示 更早的评论
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 个评论
Ahmed Salah
2014-12-31
hn1 = imhist(Imageg1)./numel(Imageg1);
回答(1 个)
Walter Roberson
2013-1-22
0 个投票
I wonder, though, whether you want "normalization" or "equalization" ?
3 个评论
chinnurocks
2016-9-1
I need histogram equalization.
Image Analyst
2016-9-1
There are functions histeq() and adapthisteq(). Generally histeq() gives crummy looking images. adapthisteq() is usually better since it does CLAHE.
类别
在 帮助中心 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!