i want a matlab code of denoising noisy image using wiener filter in wavelet transform
Afficher commentaires plus anciens
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 commentaire
Sean de Wolski
le 21 Déc 2011
Then I would recommend starting the process of writing one.
Réponses (2)
Image Analyst
le 18 Jan 2012
1 vote
Lots of info on the Mathworks site:
Andrii
le 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.
Catégories
En savoir plus sur Smoothing and Denoising dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!