LiMinghui19 / Color-Attenuation-Prior-Dehazing

MATLAB codes for the paper "A Fast Single Image Haze Removal Algorithm using Color Attenuation Prior"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MATLAB codes for the paper "A Fast Single Image Haze Removal Algorithm using Color Attenuation Prior"


Languages

Language:MATLAB 100.0%