This application demonstrates image smoothing, using linear filtering.
Briefly - matrix(mask) of different sizes runs through the image and with the help of simple calculations changes the values of each pixel.
A library was used to create the mask. EmguCV, which is an OpenCV shell.
Creating a GUI - WPF.