0

I need to remove the noise from this image using matlab http://www.flickr.com/photos/63036721@N02/5742366240/in/photostream

The aim is to improve the quality of the coins and, if it is possible, to see the shape inside them.

I thought that maybe it is a gaussian noise so I tried to use the Wiener filter but it don't work so good. Is really gaussian noise?

Thanks

asked May 21, 2011 at 7:30

1 Answer 1

3

This is salt and pepper noise. Apply a median filter. It should work.

http://www.mathworks.com/help/toolbox/images/ref/medfilt2.html

answered May 21, 2011 at 7:50
Sign up to request clarification or add additional context in comments.

3 Comments

I am not sure that this is salt-and-pepper because looking at the histogram I can not see many pixels totally white and many totally black, indeed the median filter don't work so good.
Can you please post the image of the histogram?
ok. I really can't try things out because my license for matlab has expired. Do you see those peaks in the histogram? Those are the values which need to be deleted. Please post the images corresponding to 1. gaussian 2.median 3. min filter. Gonzalez and Woods- Digital Image Processing 3rd edition is a good reference for all the various filters in it. Is it a college assignment?

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.