32 lines
751 B
Markdown
32 lines
751 B
Markdown
## Reimplement
|
|
## *DehazeNet: An End-to-End System for Single Image Haze Removal*
|
|
Bolun Cai, Xiangmin Xu, Kui Jia, Chunmei Qing, Dacheng Tao
|
|
|
|
## Requirement
|
|
> * caffe
|
|
> * opencv2
|
|
|
|
## Usage:
|
|
simply type
|
|
```shell
|
|
python DehazeNet.py image_path
|
|
```
|
|
|
|
## Demo:
|
|

|
|

|
|

|
|

|
|
|
|
## Site:
|
|
@article{cai2016dehazenet,
|
|
title={Dehazenet: An end-to-end system for single image haze removal},
|
|
author={Cai, Bolun and Xu, Xiangmin and Jia, Kui and Qing, Chunmei and Tao, Dacheng},
|
|
journal={IEEE Transactions on Image Processing},
|
|
volume={25},
|
|
number={11},
|
|
pages={5187--5198},
|
|
year={2016},
|
|
publisher={IEEE}
|
|
}
|