a 3 × 3 convolution kernel being applied to the pixel in the third
column, third row of the sample data (the pixel that corresponds to the center of the
kernel).
To compute the output value for this pixel, each value in the convolution kernel is
multiplied by the image pixel value that corresponds to it. These products are
summed, and the total is divided by the sum of the values in the kernel, as shown here: