i want a matlab code of denoising noisy image using wiener filter in wavelet transform
显示 更早的评论
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 个评论
Sean de Wolski
2011-12-21
Then I would recommend starting the process of writing one.
回答(2 个)
Image Analyst
2012-1-18
1 个投票
Lots of info on the Mathworks site:
Andrii
2012-1-17
0 个投票
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!