Object Detection in an Hazy Image Python

Python implementation of the paper: "Efficient Image Dehazing with Boundary Constraint and Contextual Regularization and Its Object Detection"

Results

2

1

3

Installation and Running the tests

method 1

pip install image_dehazer

method 2

  1. Go to the src folder
  2. run the file "example.py"
  3. sample images are stored in the "Images/" folder
  4. Output images will be stored in the "outputImages/" folder

Libraries needed:

1.numpy==1.19.0

2.opencv-python

3.scipy