convolve

Deprecated

Use array.image instead

Replace with

image.convolve(kernel)

Convolves this array with some kernel.

Return

The convolved array, with the same shape as this array.

Since

1.4.1

Parameters

kernel

The kernel to convolve with.