Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 443 Bytes

Dehaze use dark prior channel

This software implements the dark prior channel.

Run demo

  1. Ensure the dependences has been installed properly.
  2. Run cd src
  3. Run python main.py --input demo.jpg
  4. The result will be in res

For more options, please refer to main.py for details.

Dependence

  • opencv (Please ensure your opencv built with python)
  • numpy