I'm new to using OpenCV, and want to convolve an even length kernel, say 4 x 4 kernel with an image. Does filter 2D handle only odd length kernels?
Can anyone show me an example of how to use it with even length kernels for convolution?
Thanks H
1 | initial version |
I'm new to using OpenCV, and want to convolve an even length kernel, say 4 x 4 kernel with an image. Does filter 2D handle only odd length kernels?
Can anyone show me an example of how to use it with even length kernels for convolution?
Thanks H
2 | retagged |
I'm new to using OpenCV, and want to convolve an even length kernel, say 4 x 4 kernel with an image. Does filter 2D handle only odd length kernels?
Can anyone show me an example of how to use it with even length kernels for convolution?
Thanks H