Convolution Masks |
| When we apply a filter to an image we change the original pixel values to new values. The new values are worked out from the original value of each pixel along with its neighbours. A blurring filter, for example, creates the new values by averaging in the values of the neighbouring pixels. This brings their values closer together, making them more similar to each other. Explore the tutorial below carefully. If necessary, refer back to the tutorial on RGB colour values.
|