Ask Your Question

Revision history [back]

click to hide/show revision 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.

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

  1. https://github.com/linzhi/dehazing
  2. https://github.com/Chrisawa/image-video-dehazing-OpenCV

Reinventing the wheel is not always the best approach!