How can I remove rain from an image?

3 views (last 30 days)
hello, how to remove rain in image?? anyone help me plzzzzz..thank you
  1 Comment
Walter Roberson
Walter Roberson on 3 Mar 2011
If you upload one of your images to a photo site and put a link to it in your question, then people would be able to give you more concrete answers.

Sign in to comment.

Accepted Answer

Andreas Goser
Andreas Goser on 2 Mar 2011
This depends on whether your "rain" is more of a noise in the image or larger objects. With a bit of luck, you can use standard deblurring or image enhancement techniques - see the respective demos of the Image Processing Toolbix for that. If the object are larger, you need to spend the effort to detect them and remove them. You also have the challenge of what to use as background then. But try the "Correcting Nonuniform Illumination" demo with the rice grains to get some ideas.
  1 Comment
mu0
mu0 on 3 Mar 2011
i am new in using matlab. Its hard for me to understand the matlab code..but i will try my best.thank you for the ideas

Sign in to comment.

More Answers (2)

Jan
Jan on 2 Mar 2011
Towel.
  7 Comments
Walter Roberson
Walter Roberson on 3 Mar 2011
I never had sass with That man!
Jan
Jan on 3 Mar 2011
@mu0: Sorry for this non-productive answer. It is not my intention to be offending. Please feel encouraged to add details to your question, e.g. a copy of the picture or a more exact description of the inputs and wanted outputs. "Remove rain" is too abstract, to be answered exactly - although Andreas' answer seems to be very valuable already. I suggest to read this also: http://www.mathworks.com/matlabcentral/answers/797-how-do-i-write-a-good-answer-for-matlab-answers

Sign in to comment.


mu0
mu0 on 4 Mar 2011
its ok.nevermind..i already got some codes for removing rain in image.but, the image becomes blurred. i tried to solve the blurred image with function 'deconvwnr'.but the worst image appears. i used also'unsharp'.still nothing happen to the image..help me plz
  2 Comments
Jan
Jan on 4 Mar 2011
Please show us the code and explain any details. Most of all it is not getting clear, what "rain in an image" is: Do you mean a RGB image? Do you have rain drops on the lense or did you take a photo on a rainy day, but want to insert a sunny sky?
Jan
Jan on 4 Mar 2011
Please show us the code and explain any details. "used 'unsharp'. still nothing happen" is definitely not exact enough to have a chance to suggest imüprovements. It is still not getting clear, what "rain in an image" is: Do you mean a RGB image? Do you have rain drops on the lense or did you take a photo on a rainy day, but want to insert a sunny sky? Do you think it is possible to remove any kind of rain without getting a blurred image?
Please read and consider the thread about asking good questions. E.g. "plz" is understood as "I'm not interested in doing it by myself". Usually people are less motivated to invest time for helping, if a question looks sloppy.

Sign in to comment.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!