i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 Commento
Risposte (2)
Andrii
il 17 Gen 2012
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!