evanokeeffe / dehaze

Project for course `Digit Image Process`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Project for course `Digit Image Process`


Languages

Language:Python 100.0%