i want a matlab code of denoising noisy image using wiener filter in wavelet transform
Mostrar comentarios más antiguos
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
1 comentario
Sean de Wolski
el 21 de Dic. de 2011
Then I would recommend starting the process of writing one.
Respuestas (2)
Image Analyst
el 18 de En. de 2012
1 voto
Lots of info on the Mathworks site:
Andrii
el 17 de En. de 2012
0 votos
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!