Histogram Equalization-Contrast Adjustment

I have an x-ray image of a hand,I applied histogram equalization to make hand more clear.Hand became clear but also black background turn into light black. Is there any possible way to make hand clear and not to background,maybe with contrast adjustment? Thank you..

Antworten (1)

Image Analyst
Image Analyst am 14 Jan. 2024
Bearbeitet: Image Analyst am 14 Jan. 2024

0 Stimmen

Don't use histogram equalization. It's a common beginner misconception that it helps. It is not needed.
First of all, it usually produces weird, unnatural looking images. If you want more natural images, use imadjust instead. It produces a linear remapping of gray levels.
Secondly, it doesn't help at all in segmentation. All it does is rearrange the gray levels to new values, essentially stretching the histogram in a non-linear way. That will absolutely not help in segmentation by thresholding. All it does is change the gray level that you select for the threshold. It will not make the thresholded binary image any different.

Gefragt:

am 8 Mär. 2019

Bearbeitet:

am 14 Jan. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by