histogram normalization for an image

38 views (last 30 days)
jenifer
jenifer on 22 Jan 2013
Commented: Image Analyst on 1 Sep 2016
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...

Answers (1)

Walter Roberson
Walter Roberson on 22 Jan 2013
I wonder, though, whether you want "normalization" or "equalization" ?
  3 Comments
Image Analyst
Image Analyst on 1 Sep 2016
There are functions histeq() and adapthisteq(). Generally histeq() gives crummy looking images. adapthisteq() is usually better since it does CLAHE.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!