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