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

1 件のコメント

Sean de Wolski
Sean de Wolski 2011 年 12 月 21 日
Then I would recommend starting the process of writing one.

サインインしてコメントする。

回答 (2 件)

Andrii
Andrii 2012 年 1 月 17 日

0 投票

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