Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

File metadata and controls

29 lines (22 loc) · 1.01 KB

Color Attenuation Prior Dehazing

This MATLAB code is an implementation of the single image dehazing algorithm proposed in the paper "A Fast Single Image Haze Removal Algorithm using Color Attenuation Prior" by Qingsong Zhu, Jiaming Mai and Ling Shao. (http://ieeexplore.ieee.org/xpls/icp.jsp?arnumber=7128396)


The code can be run on MATLAB R2014a. Make sure your MATLAB has included guided filter proposed in "Guided Image Filtering" by Kaiming He, Jian Sun, and Xiaoou Tang.

Introduction:

    1. Put the hazy image into the directory "inputImgs"
    1. Modify the image path at the begining of "runDehazing.m"
    1. Run the "runDehazing.m" script in MATLAB
    1. Try different beta to get optimal performance

This is the version 1 of the distribution. For more questions, please feel free to cantact us.


Contact

Aug. 2014