Compute the 2D correlation
C = moc_xcorr2 (A, B) C = moc_xcorr2 (A) C = moc_xcorr2 (..., 'scale')
Compute the 2D cross-correlation of matrices A and B.
Compute two-dimensional autocorrelation of matrix A.
-
scales the raw cross-correlation by the maximum number
scales the raw correlation by dividing each element
normalizes the sequence so that the largest
no scaling (this is the default).