2D matched filtering

1 回表示 (過去 30 日間)
fred bnm
fred bnm 2015 年 11 月 23 日
編集済み: fred bnm 2015 年 11 月 24 日
how to perform 2D matched filtering on image.
% Gaussian kernel definitions
match_filt1 = exp(-(x.*x)/(2*sigma*sigma));
match_filt2 = max(match_filt1)-match_filt1;
% finding the correct orientation which is the orientation with maximum filter response
  2 件のコメント
Geoff Hayes
Geoff Hayes 2015 年 11 月 23 日
Fred - how is the code related to your question? Please clarify and describe exactly what you are attempting.
fred bnm
fred bnm 2015 年 11 月 24 日
編集済み: fred bnm 2015 年 11 月 24 日

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by