i want a matlab code of denoising noisy image using wiener filter in wavelet transform
7 次查看(过去 30 天)
显示 更早的评论
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 个评论
回答(2 个)
Andrii
2012-1-17
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!