Afficher commentaires plus anciens
画像データimageに対して、メディアンフィルタ及び平均化フィルタを適用した場合の比較をしたいと思います。
下記のそれぞれのフィルタにおいて適用範囲は中心画素に対して周辺何画素になりますか。
メディアンフィルタ:medfilt2(image,[3 3])
平均化フィルタ:filter2(fspecial('average',3),image)
Réponses (1)
Shunichi Kusano
le 20 Oct 2020
0 votes
それぞれ中心画素を中心とする3x3の窓が適用範囲となります。
Catégories
En savoir plus sur イメージのフィルター処理 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!