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!