how to enhance image using histogram equilisation?
1 view (last 30 days)
Show older comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
Categories
Find more on Image Filtering and Enhancement in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!