Skip to content

Shiva1406/image-dehaze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haze Removal

Introduction

This is an simple implemention of "single image haze removal using dark channel prior" by kaiming He, which wins the CVPR09 best paper.

Parameters by default

  • radius=7
  • omega=0.95
  • t0=0.1
  • r=60
  • eps=0.001

Dependencies

  • numpy
  • opencv-python
  • skimage
  • Pillow
  • matplotlib
  • numba

Run

cd python_code
python haze_removal.py [your image path]

DEMO

References

  • paper: Single Image Haze Removal using Dark Channel Prior
  • paper: Guided Image Fltering

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%