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!