필터 지우기
필터 지우기

histogram normalization for an image

조회 수: 19 (최근 30일)
jenifer
jenifer 2013년 1월 22일
댓글: Image Analyst 2016년 9월 1일
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일
I wonder, though, whether you want "normalization" or "equalization" ?
  댓글 수: 3
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.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by