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 Kommentare

Geoff Hayes
Geoff Hayes am 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 am 24 Nov. 2015
Bearbeitet: fred bnm am 24 Nov. 2015

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 23 Nov. 2015

Bearbeitet:

am 24 Nov. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by