xcorr2
2-D cross-correlation.
Syntax
C = xcorr2(A)
C = xcorr2(A, B)
Input argument
A - matrices
B - matrices
Output argument
C - 2-D cross-correlation or autocorrelation matrix
Description
xcorr2(A, B) calculates the cross-correlation between two matrices, A and B, in two dimensions, without any scaling applied.
Example
See also
History
Version | Description |
---|---|
1.3.0 | initial version |
Author
Allan CORNET
Last updated