non-local-dehazing-master

所属分类:其他
开发工具:matlab
文件大小:2612KB
下载次数:4
上传日期:2019-03-16 15:23:57
上 传 者aisaike
说明:  non-local-dehazing-master

文件列表:
LICENSE.md (14082, 2017-03-19)
TR1000.txt (30999, 2017-03-19)
adjust.m (1228, 2017-03-19)
demo_non_local_dehazing.m (1649, 2017-03-19)
estimate_airlight.m (6967, 2017-03-19)
images (0, 2017-03-19)
images\cityscape_input.png (309001, 2017-03-19)
images\cityscape_params.txt (36, 2017-03-19)
images\forest_input.png (1578275, 2017-03-19)
images\forest_params.txt (36, 2017-03-19)
images\pumpkins_input.png (428649, 2017-03-19)
images\pumpkins_params.txt (35, 2017-03-19)
images\train_input.png (335248, 2017-03-19)
images\train_params.txt (36, 2017-03-19)
non_local_dehazing.m (4789, 2017-03-19)
wls_optimization.m (2611, 2017-03-19)

# Non-Local Image Dehazing This is the source code implementing the non-local single image dehazing algorithm described in the papers: [Non-Local Image Dehazing. Berman, D. and Treibitz, T. and Avidan S., CVPR2016](https://www.eng.tau.ac.il/~berman/NonLocalDehazing/NonLocalDehazing_CVPR2016.pdf) [Air-light Estimation using Haze-Lines. Berman, D. and Treibitz, T. and Avidan S., ICCP2017](https://www.eng.tau.ac.il/~berman/NonLocalDehazing/AirlightEstimation_ICCP2017.pdf) If you use this code, please cite the appropriate paper. #### bibtex > @inproceedings{NonLocalImageDehazing, > title={Non-Local Image Dehazing}, > author={Berman, D. and Treibitz, T. and Avidan, S.}, > booktitle={IEEE Conf. CVPR}, > year={2016}, > } > > @inproceedings{AirlightEstimation, > title={Air-light Estimation Using Haze-Lines}, > author={Berman, D. and Treibitz, T. and Avidan, S.}, > booktitle={IEEE Conf. ICCP}, > year={2017}, > } ## Getting Started ### System Requirements: The code requires MATLAB, and was tested on windows. ### Demo 1. Change MATLAB's directory to the folder the code was extracted to. 2. Run the file demo_non_local_dehazing.m in order to see the algorithm's perfomance on the attached images. ### Dehazing other images Each image in the demo is accompanied by a text file containing parameters. These value were taken from the [result pages of the paper: "Dehazing using Color-Lines"](http://www.cs.huji.ac.il/~raananf/projects/dehaze_cl/results/). The gamma value is required since the image formation model applies to the linear images, where each pixel's value is directly related to the number of photons received at that location on the sensor. A non-linear tone-mapping is applied in camera and most of the images we see are not linear. The gamma value approximates the inverse mapping of the pixels' values to linear. Despite that, **for new images, I recommend trying gamma=1 first** (this is the default). It often works even though it is not physically accurate. ## Authors Dana Berman, *danamena@post.tau.ac.il* ## License The software code of the non-local image dehazing algorithm is provided for non-commercial use under the attached [LICENSE.md](LICENSE.md)

近期下载者

相关文件


收藏者