histogram normalization for an image
조회 수: 13 (최근 30일)
이전 댓글 표시
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개)
Walter Roberson
2013년 1월 22일
I wonder, though, whether you want "normalization" or "equalization" ?
댓글 수: 3
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!