i want a matlab code of denoising noisy image using wiener filter in wavelet transform
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 comentario
Respuestas (2)
Andrii
el 17 de En. de 2012
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!