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
2011 年 12 月 21 日
Then I would recommend starting the process of writing one.
回答 (2 件)
Image Analyst
2012 年 1 月 18 日
1 投票
Lots of info on the Mathworks site:
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.
カテゴリ
ヘルプ センター および File Exchange で Image Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!