histogram normalization for an image
17 ビュー (過去 30 日間)
古いコメントを表示
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 件)
Walter Roberson
2013 年 1 月 22 日
I wonder, though, whether you want "normalization" or "equalization" ?
3 件のコメント
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.
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!