フィルターのクリア

I need help on following

2 ビュー (過去 30 日間)
Komal Gaikwad
Komal Gaikwad 2018 年 2 月 18 日
コメント済み: Komal Gaikwad 2018 年 2 月 19 日
I want Adaptive Wiener filter and compare it with median and average filter and show how adaptive wiener filter is better than other two.

採用された回答

Komal Gaikwad
Komal Gaikwad 2018 年 2 月 18 日
On 2-D images and I have code for Adaptive Wiener filter ,i want to insert code of median and average filter in that code and compare to show no of corrupt pixels corrected in median and average and in adaptive wiener filer.
  1 件のコメント
Komal Gaikwad
Komal Gaikwad 2018 年 2 月 19 日
I am trying to edit my code for the above issue but as i am beginner it is taking a lot to time to resolve the error and time is limited for me,so can someone please add the median and average code in my existing code??

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

その他の回答 (1 件)

Image Analyst
Image Analyst 2018 年 2 月 18 日
Are you dealing with 1-D signals or 2-D images? There are built in functions for all of those. Are you sure you really need us to write the code for you, even though there are examples in the documentation?
  1 件のコメント
Image Analyst
Image Analyst 2018 年 2 月 18 日
編集済み: Image Analyst 2018 年 2 月 18 日
For median filter, use medfilt2(), like in the attached demo.
For averaging/blurring, use conv2() or imfilter().

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

Community Treasure Hunt

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

Start Hunting!

Translated by