Reputation: 19243
I have an image. I want to convolve it. I have different type of kernels for both x and y directions. In the function con(u, v)
we can only specify one vector and we have to use loops. For conv2(A, B)
we have to specify a composite kernel. I want to approximate 2d convolution with a series of 1D convolutions.
Upvotes: 2
Views: 2139