Python implementation of the paper: "Efficient Image Dehazing with Boundary Constraint and Contextual Regularization and Its Object Detection"
pip install image_dehazer
- Go to the src folder
- run the file "example.py"
- sample images are stored in the "Images/" folder
- Output images will be stored in the "outputImages/" folder
1.numpy==1.19.0
2.opencv-python
3.scipy