2D matched filtering

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 comentarios

Geoff Hayes
Geoff Hayes el 23 de Nov. de 2015
Fred - how is the code related to your question? Please clarify and describe exactly what you are attempting.
fred bnm
fred bnm el 24 de Nov. de 2015
Editada: fred bnm el 24 de Nov. de 2015

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Preguntada:

el 23 de Nov. de 2015

Editada:

el 24 de Nov. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by