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
2014년 12월 31일
hn1 = imhist(Imageg1)./numel(Imageg1);
답변 (1개)
Walter Roberson
2013년 1월 22일
0 개 추천
I wonder, though, whether you want "normalization" or "equalization" ?
댓글 수: 3
chinnurocks
2016년 9월 1일
I need histogram equalization.
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.
카테고리
도움말 센터 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!