フィルターのクリア

How to Hybrid two median filters

9 ビュー (過去 30 日間)
Faizullah khan
Faizullah khan 2019 年 4 月 5 日
回答済み: Catalytic 2019 年 4 月 9 日
I am currently working on median filters. But i dont know how to hybrid these two median filter. Plz let me know.Thanks
  4 件のコメント
Jan
Jan 2019 年 4 月 9 日
"Combine" can mean a lot of things: Applying the filters one after the other (2 orders possible), applying one filter to the parameters of the other (unlikely), etc.
Please explain exactly, what you want to achieve. The less the readers have to guess, the more likely is a useful answer.
Faizullah khan
Faizullah khan 2019 年 4 月 9 日
i have to median filters. first median filter will give the output(denoised image). Now i want to apply second filter to give more cleared denoised image.
For Example
Input Image then First median filter then second median filter then output

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

回答 (1 件)

Catalytic
Catalytic 2019 年 4 月 9 日
out = medfilt2(medfilt2(yourImage))

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by