Differences between revisions 1 and 2
Revision 1 as of 2016-04-29 11:57:25
Size: 1003
Editor: tcampb
Comment:
Revision 2 as of 2016-04-29 11:57:34
Size: 1058
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Normalized Cross Correlation

Normalized Cross-Correlation

By TC

<BR>

== Description ==

Normalized Cross-Correlation (NCC) is by definition the inverse Fourier transform of the convolution of the Fourier transform of two (in this case) images, normalized using the local sums and standard deviations. If this is complete gibberish, not to worry! Thankfully you don't need to understand any of that to make it work (I'm not sure I entirely do). A brief description of the algorithm is provided below, but if you don't care and just want to know how to use the program skip to the Usage section. It is important to note that the NCC algorithm used follows directly with the MATLAB routine normxcorr2.m and for further documentation to better understand the methodology behind NCC please see Fast Normalized Cross-Correlation

Normalized Cross-Correlation (last edited 2016-07-28 15:42:42 by tcampb)