/ImageLinearFilter

Linear blur program

Primary LanguageC#

Image Linear Filter

This application demonstrates image smoothing, using linear filtering.

Work example

Work example

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.