Awesome
FastDeRain
Author | Tai-Xiang Jiang |
---|---|
Taixiangjiang@gmail.com |
The Matlab implementation of FastDeRain:
FastDeRain: A novel video rain streak removal method using directional gradient priors, IEEE Transactions on Image Processing, 2018. [pdf]
and DIP:
A Novel Tensor-Based Video Rain Streaks Removal Approach via Utilizing Discriminatively Intrinsic Priors, CVPR 2017. [PDF]
Brief description
This folder contains the implementation of the algorithm for video rain streaks removal named FastDeRain.
Main file:
File name | Description |
---|---|
Demo.m | Demo of FastDeRain and DIP, implemented on GPU |
Other file:
- A brief collection of works on image and video rain removal
- File "UGSM_v3.0.zip": our method for single image rain streaks removal in this article:
Liang-Jian Deng, Ting-Zhu Huang, Xi-Le Zhao, and Tai-Xiang Jiang; "A directional global sparse model for single image rain removal." Applied Mathematical Modelling (2018).
Date: 20/Nov./2018
If you use this code, please cite
@article{Jiang2018FastDeRain,
author = {Jiang, Tai-Xiang and Huang, Ting-Zhu and Zhao, Xi-Le and Deng, Liang-Jian and Wang, Yao},
title = {FastDeRain: A Novel Video Rain Streak Removal Method Using Directional Gradient Priors},
journal = {IEEE Transactions on Image Processing},
year = {2018},
notes = {doi: 10.1109/TIP.2018.2880512}}
@InProceedings{Jiang_2017_CVPR,
author = {Jiang, Tai-Xiang and Huang, Ting-Zhu and Zhao, Xi-Le and Deng, Liang-Jian and Wang, Yao},
title = {A Novel Tensor-Based Video Rain Streaks Removal Approach via Utilizing Discriminatively Intrinsic Priors},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {July},
pages = {2818-2827},
doi = {10.1109/CVPR.2017.301},
year = {2017}}