help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave 4.0.3: normxcorr2 producing unexpected result


From: supr8sung
Subject: Re: Octave 4.0.3: normxcorr2 producing unexpected result
Date: Fri, 14 Apr 2017 12:15:37 -0700 (PDT)

Actually I'm also facing the same problem so can you please help in figuring
this out.
Udacity is using 
function index=find_template_1D(t,s)
      c=normxcorr2(t,s);
      [maxValue rawIndex]=max(c);
      index=rawIndex-size(t,2)+1;
endfunction

but still i'm getting index value as 4 




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-4-0-3-normxcorr2-producing-unexpected-result-tp4681543p4682869.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]