i want a matlab code of denoising noisy image using wiener filter in wavelet transform

7 views (last 30 days)
i want a matlab code of denoising noisy image using wiener filter in wavelet transform

Answers (2)

Image Analyst
Image Analyst on 18 Jan 2012

Andrii
Andrii on 17 Jan 2012
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!