Concept

Convolution Filter (Kernel)

A “filter”, sometimes called a “kernel”, is passed over the image, viewing a few pixels at a time (for example, 3X3 or 5X5). The convolution operation is a dot product of the original pixel values with weights defined in the filter. The results are summed up into one number that represents all the pixels the filter observed.

Image 0

0

2

Updated 2021-06-30

Tags

Data Science