Is it possible to generate a Gaussian kernel with an arbitrary size m x n? How can I do that?
I've looked into getGaussianKernel
, however, it returns only squared kernels. In case I need to implement it by hand, any suggestions are welcome.
1 | initial version |
Is it possible to generate a Gaussian kernel with an arbitrary size m x n? How can I do that?
I've looked into getGaussianKernel
, however, it returns only squared kernels. In case I need to implement it by hand, any suggestions are welcome.