Support : Effect Auto-Level Photoshop in OpenCV
Good evening, I'm working with image processing. More specifically with equalization. I wonder if the library OpenCV has some method that works with the same idea of the effect(Auto-Level) in the Photoshop. I tried using the method implementation Equalize the Class(HistogramEqualizer) but only histogram equalization is not very faithful. The algorithm varies greatly according to total enlightenment or some parts of the image.
And what are you looking for? For those who don't have Photoshop, could you be more specific or explaining what kind of "effect" you are expecting, and maybe the method you want to investigate.
Mathieu, the Would idea of Auto Enhance. Basically as shown in this video (http://www.youtube.com/watch?v=o-5hhpFrnpM) where the idea is to balance the colors in a photo. The question is just whether the OpenCV has support for this, and what would be the method that I could rely.