/Single-Image-Dehazing

Repository to perform single image dehazing in MATLAB

Primary LanguageMATLAB

📖 Single Image Dehazing

An modern and easy to use method to implement Single Image Dehazing.
Open Source Love svg1

Key Features

  • Capable removing haze from both indoor and outdoor images.
  • Unlike traditional methods, it is much more quick and easier to use.
  • Added a code snippet to also calculate the PSNR ratios of the new and old images.

🔔 Running the code

  1. Save the image/dataset you want to use in the same folder as the code.
    Not that the image name(s) should be numbers preferably starting from 1
  2. Open the code in your matlab environment and run the code
  3. The new dehazed image should be saved in the same directory 🎉🎉🎉

TODO 💥 ?

  • Merge the PSNR script to main script
  • Be able to read all image formats without explicitly asking.