Convolution

convolve3(M, K) Returns the quick convolution of matrix M with 3 × 3 kernel K.

convolve5(M, K) Returns the quick convolution of matrix M with 5 × 5 kernel K.

convol2d(M, K) Returns the convolution of matrix M with kernel K.

Arguments: