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
Ahmed Salah 2014 年 12 月 31 日
hn1 = imhist(Imageg1)./numel(Imageg1);

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 1 月 22 日

0 投票

I wonder, though, whether you want "normalization" or "equalization" ?

3 件のコメント

chinnurocks
chinnurocks 2016 年 9 月 1 日
I need histogram equalization.
Image Analyst
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.

サインインしてコメントする。

カテゴリ

質問済み:

2013 年 1 月 22 日

コメント済み:

2016 年 9 月 1 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by