Skip to content

MichalKalke/Gaussian-Blur

Repository files navigation

Gaussian-Blur

This program is used to apply a Gussian blur to an image.

The algorithm is based on box blur, when it is applied an appropriate number of times produces a blur that is very close to Gaussian's one.

How does it work? At the begginig, we need to calculate the accumulator value by one-dimensional blur. After that, we insert the value of the leftmost cell into it. When calculating the next values, we edit the previous value at a constant time. One-dimensional blur is applied twice and the field blur is applied three times.

The user interface:

gb

First of all, you can choose which DLL will process the Gaussian blur - Asembler or C#. Secondly, you need to enter a file name with a .bmp extension. Thirdly, you can choose the power of the blux (out of box it is set to 10) and the number of threads (out of the box it is set to 4). After the blur is applied, the time in ms is displayed above the blur power.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published