Rain Removal From Still Images Using L0 Gradient Minimization Technique

버전 1.0.0.0 (565 KB) 작성자: Manu BN
A Matlab code to remove rain
다운로드 수: 1.1K
업데이트 날짜: 2016/5/29

라이선스 보기

A Matlab code is written to remove rain successfully using Lo gradient minimization technique.
How to run??
1. Unzip and place the folder 'Rain Pixel' in the path of Matlab
2. Run Rain_Removal_GUI.m
3. Select an image from 'Bangalore Rain' folder. Next click on Remove Rain button & observe the results.
4. Next run Verify.m to verify the proposed technique using HOG+SVM approach
The code is based on my paper: https://www.researchgate.net/profile/Manu_Bn2/publication/295235499_Rain_Removal_From_Still_Images_Using_L0_Gradient_Minimization_Technique/links/56c847aa08ae96cdd06acb6f.pdf
PPT Download Link: https://www.researchgate.net/publication/295235748_Rain_Removal_PPT
Please cite the below if you are using this for your research:
[1] Manu, B. N. "Rain removal from still images using L0 gradient minimization technique." Information Technology and Electrical Engineering (ICITEE), 2015 7th International Conference on. IEEE, 2015.

Note: The method of rain detection is only approximate and is different than the one mentioned in the paper. Nevertheless gives highly satisfactory results.

Comments & suggestions are always welcome
Thanks in advance,
Manu B.N

인용 양식

Manu BN (2024). Rain Removal From Still Images Using L0 Gradient Minimization Technique (https://www.mathworks.com/matlabcentral/fileexchange/57416-rain-removal-from-still-images-using-l0-gradient-minimization-technique), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Modify Image Colors에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Verify.m is added to verify the proposed technique.