开发者

How can I remove noise from an image with Matlab?

开发者 https://www.devze.com 2023-03-07 22:32 出处:网络
I need to remove the noise from this image using 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


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消