Skip to content

TummanapallyAnuraag/ImgDehazing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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