I would like to know if there is any function to apply convolution in more than 2 dimensions in Opencv. I know that there is the filter2d()
but this one is limited in 2d right? So I was wondering if there is something similar to convn
in matlab which allows you to apply convolution in more dimensions.