Recursive-Deep-Residual-Learning-for-Single-Image-Dehazing-DRL

This is the code for our paper entitled "Recursive Deep Residual Learning for Single Image Dehazing (DRL)".

It has been tested on Matlab with MatConvNet and Vlfeat.

To run the code,

Step 1: under the folder "libs/", please download and compile MatConvNet and Vlfeat.

Step 2: run "test.m".

If you find the code useful, please consider cite our paper:

@inproceedings{du2018recursive,
title={Recursive Deep Residual Learning for Single Image Dehazing},
author={Du, Yixin and Li, Xin},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops},
pages={730--737},
year={2018}
}

Any questions can be directed to yixindu1573@gmail.com. Thanks!