In an image processing application, I need to find convolution of two matrices(say one is m*p and the other is n*m). The result will be a 3d matrix (a tensor). Then I need to extract features from the tensor for further work on the image.
Please suggest, how to implement this operation in MATLAB. I can't find any function to do the same. I have tried reshaping the matrices, but that does not help.