如何使用 Matlab 去除图像中的噪声?
我需要使用 matlab 去除该图像中的噪声 http://www.flickr.com/photos/63036721@N02/5742366240 /in/photostream
目的是提高硬币的质量,如果可能的话,看看它们里面的形状。
我认为这可能是高斯噪声,所以我尝试使用维纳滤波器,但效果不太好。 真的是高斯噪声吗?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是椒盐噪声。应用中值滤波器。它应该有效。
http://www.mathworks.com/help/toolbox/images/ref /medfilt2.html
This is salt and pepper noise. Apply a median filter. It should work.
http://www.mathworks.com/help/toolbox/images/ref/medfilt2.html