2D matched filtering

1 vue (au cours des 30 derniers jours)
fred bnm
fred bnm le 23 Nov 2015
Modifié(e) : fred bnm le 24 Nov 2015
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 commentaires
Geoff Hayes
Geoff Hayes le 23 Nov 2015
Fred - how is the code related to your question? Please clarify and describe exactly what you are attempting.
fred bnm
fred bnm le 24 Nov 2015
Modifié(e) : fred bnm le 24 Nov 2015

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by