フィルターのクリア

can any one explain me the concept of conv2(), nfilter in sliding withdow?

1 回表示 (過去 30 日間)
Samir khan
Samir khan 2018 年 7 月 22 日
コメント済み: Samir khan 2018 年 7 月 25 日
i am unable to understand how these functions play any role in sliding window. if anyone can help??

採用された回答

Image Analyst
Image Analyst 2018 年 7 月 22 日
nlfilter() slides the window across the image and applies some custom function, that you supply, to the pixels in the window. nlfilter can apply some custom function to the pixels in the window, something that conv2() cannot do.
conv2() slides the window across the image and multiplies the pixels in the window by the pixels in the filter kernel window and sums them. The output pixel is the sum. conv2() does not apply some custom function like nlfilter can.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by