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 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