MATLAB: How to enhance image using histogram equilisation

clahehistogram equalizationimage enhanc3mentimage processingImage Processing Toolbox

please suggest?

Best Answer

Global histogram equalization won't help at all - it almost never does. Try adapthisteq() instead - it's locally adaptive - CLAHE it's called. Play around varying the parameters to achieve the look you want.
Related Question