Skip to content

SilverWin/blur_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages