/blur_lib

Fastest Gaussian blur implementation based on algorithm from article: http://blog.ivank.net/fastest-gaussian-blur.html

Primary LanguageCMIT LicenseMIT

This code is based on algorithm from http://blog.ivank.net/fastest-gaussian-blur.html

Example

There is simple program in test folder.

To build it do:

cd test
make

Then run it with:

./test in.png out.png

How to use in your project

Just add blur.c and blur.h to your project and blur image with fast_gauss_blur function.