2 次元フィルタの適用範囲
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
画像データimageに対して、メディアンフィルタ及び平均化フィルタを適用した場合の比較をしたいと思います。
下記のそれぞれのフィルタにおいて適用範囲は中心画素に対して周辺何画素になりますか。
メディアンフィルタ:medfilt2(image,[3 3])
平均化フィルタ:filter2(fspecial('average',3),image)
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu イメージのフィルター処理 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!