How to remove noise without effecting the image
Show older comments
hi,
I have been trying to do image enhancement, but I found the noise is there any way to remove such kind of noise and what to call this kind of Noise given in following image

I tried median filter but it blur this image, kind of lost some details in image by adding blurring effect. Thanks for your Suggestions
2 Comments
Walter Roberson
on 17 Apr 2014
Which noise? The second member of the pair has a portion enclosed by a black oval-like shape, but I do not notice any particular noise being pointed out.
Muhammad Ali Qadar
on 17 Apr 2014
Accepted Answer
More Answers (1)
soudeh
on 13 Jul 2014
0 down vote favorite
Could you please help me to know what is the relation between thresholding to binary state (0,1) and noise in images? I mean that "Does thresholding introduce noise when processing images" or intensify noise?
I read somewhere that thresholding is associated with the side effect, called “salt and pepper" noise. Is there a good reference to this idea?
Thanks for your help
1 Comment
Image Analyst
on 13 Jul 2014
Anything that is not signal is noise. So if you threshold you get a binary image (true/false, 1/0, foreground/background) that is not the image. You could call that noise but no one ever does because it's a completely different image. Salt and pepper is not a side effect of thresholding, though when you threshold you may get some small regions that you don't consider part of the objects you're interested in. You can use bwareaopen() to remove small particles after thresholding.
For what it's worth, see my attached salt and pepper noise demos.
Categories
Find more on Image Category Classification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!