如何使用 Matlab 去除图像中的噪声?

发布于 2024-11-08 19:40:40 字数 294 浏览 0 评论 0原文

我需要使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

把梦留给海 2024-11-15 19:40:40

这是椒盐噪声。应用中值滤波器。它应该有效。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文