Histogram and Normalized Histogram for an Image
조회 수: 9 (최근 30일)
이전 댓글 표시
I have an image
and I want a read it first
after that making histogram and normalized histogram for this image
how I can do it?
댓글 수: 0
답변 (1개)
Shashank Gupta
2021년 2월 1일
Hi Wadee.
Check out imread function for reading an image and imhist function to plot the image histogram. I am not sure if you want a normalized histogram or do a histogram equilization. Either case check out this link for normalization and for equalization there are quite a lot of function available in MATLAB like histeq and adapthisteq.
I hope this reference helps you.
Cheers.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!