2 次元フィルタの適用範囲
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
画像データimageに対して、メディアンフィルタ及び平均化フィルタを適用した場合の比較をしたいと思います。
下記のそれぞれのフィルタにおいて適用範囲は中心画素に対して周辺何画素になりますか。
メディアンフィルタ:medfilt2(image,[3 3])
平均化フィルタ:filter2(fspecial('average',3),image)
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su イメージのフィルター処理 in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!