How to remove noise without effecting the image
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 17 de Abr. de 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
el 17 de Abr. de 2014
Respuesta aceptada
Más respuestas (1)
soudeh
el 13 de Jul. de 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 comentario
Image Analyst
el 13 de Jul. de 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.
Categorías
Más información sobre Image Category Classification en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!