1 | initial version |
You'll have it implement it yourself, but take a look here: http://research.microsoft.com/en-us/um/people/kahe/publications/pami10dehaze.pdf
Feel free to contribute the results.
Or, if you're being really simple, run histogram equalization on each of the three channels.
2 | No.2 Revision |
You'll have it implement it yourself, but take a look here: http://research.microsoft.com/en-us/um/people/kahe/publications/pami10dehaze.pdf
Feel free to contribute the results.
Or, if you're being really simple, run histogram equalization on each of the three channels.
Update by @StevenPuttemans
Before starting to implement this from scratch, take a look at these two implementations
Reinventing the wheel is not always the best approach!