i want a matlab code of denoising noisy image using wiener filter in wavelet transform
Show older comments
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 Comment
Sean de Wolski
on 21 Dec 2011
Then I would recommend starting the process of writing one.
Answers (2)
Image Analyst
on 18 Jan 2012
1 vote
Lots of info on the Mathworks site:
Andrii
on 17 Jan 2012
0 votes
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.
Categories
Find more on Image Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!