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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matched 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