histogram normalization for an image

21 visualizaciones (últimos 30 días)
jenifer
jenifer el 22 de En. de 2013
Comentada: Image Analyst el 1 de Sept. de 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...
  1 comentario
Ahmed Salah
Ahmed Salah el 31 de Dic. de 2014
hn1 = imhist(Imageg1)./numel(Imageg1);

Iniciar sesión para comentar.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by