Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 625 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 625 Bytes

ImgDehazing

EE610 Project

Folder Structure

  • code - code files
  • data
  1. dehazed - dehazed images (output)
  2. dmap - depthmaps (intermediate)
  3. hazy - hazy images (input) README.md - this file

Research Papers

Q. Zhu, J. Mai, and L. Shao ,"A Fast Single Image Haze Removal Algorithm Using Color Attenuation Prior", in IEEE Transactions On Image Processing, Vol. 24, NO. 11, NOVEMBER 2015, pp. 3522-3533

DEPENDENCIES

  1. Python
  2. Python Packages
  • numpy
  • cv2
  • matplotlib

Installing DEPENDENCIES

sudo apt-get install python-pip python-matplotlib python-tk
pip install --user numpy opencv-python scipy