is there any filter other than gaussian filter to reduce noise? if so what filter can be used?
6 次查看(过去 30 天)
显示 更早的评论
I need other filter than gaussian filter to get better results. please suggest me
0 个评论
采纳的回答
Gurunath konka
2018-9-18
Average and median filters are the other filters which reduces the noise in the images, but tends to blur the edges
0 个评论
更多回答(1 个)
Image Analyst
2018-9-18
What kind of data do you have? A 1-D signal? A 2-D grayscale or color image?
You can look at simple filters like median, average, Gaussian blur, or there are better but more complicated filters like BM3D, K-SVD, non-local means, Kuwahara (demo attached), K-LLD, etc. Last I checked BM3D was considered state of the art for images, and what everyone else tried to beat (usually unsuccessfully). There are non-local means submissions in the File Exchange.
You might look at this comprehensive overview by one of the leading image noise researchers: https://users.soe.ucsc.edu/~milanfar/publications/journal/ModernTour.pdf
3 个评论
Image Analyst
2018-9-18
I don't know what your algorithm is, but if you need a noise free image to start with, I'd suggest you start with synthetic, computer-generated images where you have a known, perfect, noise-free image, and then add noise of known characteristics to it. Or you can start with real world images and perhaps remove noise or not, and define those to be the perfect, noise-free images, but I'd recommend the synthetic image generation method first.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!