Skip to content

Implementation of CVPR09 Best Paper Single Image Haze Removal

Notifications You must be signed in to change notification settings

jwwandy/Single-Image-Haze-Removal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Image Haze Removal

Implementation of KaiMing He CVPR09 Best Paper
Replace Laplacian Matrix part by KaiMing He ECCV10 Guided Filter

Requirements

  • opencv3
  • opencv3-contrib
  • skimage
  • numpy
  • matplotlib

pip installable package in requirements.txt(except opencv), please use

pip install requirements.txt

Usage

See the command output

python main.py --help

Result

Original Dark Channel Raw Transmission Map Transmission Map After Guided Filter Output Output with histrogram equalization

About

Implementation of CVPR09 Best Paper Single Image Haze Removal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages