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

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

답변 (2개)

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

질문:

2011년 12월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by