Search found 1 match
- 2012-06-29T03:54:30-07:00
- Forum: Magick++
- Topic: Convolution with non-square kernels
- Replies: 1
- Views: 8760
Convolution with non-square kernels
Hi @all, I'm currently working on a project where I have to use Magick++ (6.5.1). At the moment I'm trying to find a way to convolve an image with an non-square kernel. The convolve-method of Magick::Image however seems to work only with square-kernels, as it only takes one integer for the kernels ...