convolve

abstract fun convolve(kernel: F64TwoAxisArray): F64ImageArray

Convolves this array with some kernel.

Return

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

Since

1.4.2

Parameters

kernel

The kernel to convolve with.