Author:
The operation uses the Class
Convolver
from ImageJ.
Example


The image has been convolved with the default kernel of size 5x5 with
value 24 for the central position and -1 for all others.
Description
The kernel is applied to each pixel of the image. The new value of each
pixel is the sum of the values of the neighbors each multiplied by the
corresponding coefficient in the kernel. See