Filtering
•A filter alters a pixel's value by taking not account not only its original value, but that of its neighbors as well
•Little grid-chart that shows influence of each pixel on final pixel value is called filter kernel
A simple blurring filter in action
Less simple
blur filter
Much of image processing done with algorithms that define “filtering” operations