필터 지우기
필터 지우기

how can i perform histogram equalization for logical image

조회 수: 2 (최근 30일)
Mahesh Kumar
Mahesh Kumar 2014년 2월 12일
답변: Image Analyst 2014년 2월 16일
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

채택된 답변

Image Analyst
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.

추가 답변 (1개)

Nitin
Nitin 2014년 2월 16일
There are lots of options for histogram equalization, for example you can read on histeq and adapthisteq

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by