Clear Filters
Clear Filters

how to enhance image using histogram equilisation?

3 views (last 30 days)
please suggest?

Accepted Answer

Image Analyst
Image Analyst on 8 Apr 2016
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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!