how can i perform histogram equalization for logical image
조회 수: 3 (최근 30일)
이전 댓글 표시
i have divided original image into 3 sub images(class is logical) and i want to perform histogram equalization on sub images.how can i do it,pls anyone help me
댓글 수: 0
채택된 답변
Image Analyst
2014년 2월 16일
That does not make any sense at all. A logical/binary image is already at maximum contrast and does not need histogram equalization. If you did it, it would simply return the same image. Even if you ran histeq() on a gray scale image, that's even useless most of the time, though some people like to do it unnecessarily because they don't know any better. adapthisteq() can be useful to flatten out uneven background illumination, though it doesn't make sense for a logical image.
댓글 수: 0
추가 답변 (1개)
Nitin
2014년 2월 16일
There are lots of options for histogram equalization, for example you can read on histeq and adapthisteq
댓글 수: 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!