This is an simple implemention of "single image haze removal using dark channel prior" by kaiming He, which wins the CVPR09 best paper.
- radius=7
- omega=0.95
- t0=0.1
- r=60
- eps=0.001
- numpy
- opencv-python
- skimage
- Pillow
- matplotlib
- numba
cd python_code
python haze_removal.py [your image path]
- paper: Single Image Haze Removal using Dark Channel Prior
- paper: Guided Image Fltering