Removing water drops on leaf

1 view (last 30 days)
Preeti
Preeti on 28 May 2016
Edited: KSSV on 6 Jun 2016
I want to remove the water drops in this image. I am new to image processing and matlab and would be glad if i could get help!
  2 Comments
Image Analyst
Image Analyst on 28 May 2016
Attach a regular image file, like a PNG file, with the green and brown frame icon so that we can see it easily. Don't make us work hard to help you.
Preeti
Preeti on 5 Jun 2016
Sir, I have attached a .jpg file as you've told me to. Can you help me now?

Sign in to comment.

Answers (1)

KSSV
KSSV on 6 Jun 2016
Edited: KSSV on 6 Jun 2016
I would suggest as follows: Get the locations of drops, make them NaN. Treat these NaN's as missing values and fill them. You can use the following function for filling. http://www.mathworks.com/matlabcentral/fileexchange/27994-inpaint-over-missing-data-in-1-d--2-d--3-d--n-d-arrays

Community Treasure Hunt

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

Start Hunting!