2D image correlation
correl2d(M, K)
Returns the correlation of matrix
M
with kernel
K
.
Arguments:
M
is an image matrix.
K
is a kernel matrix of arbitrary dimension with real elements. It should be smaller than
M
.