Expand description

(BROKEN): An implementation of a gaussian-blur.

Do not use it, not ready for production

This module implements a gaussian blur functions for images

The implementation does not give the true gaussian coefficients of the as that is an expensive operation but rather approximates it using a series of box blurs

For the math behind it see https://blog.ivank.net/fastest-gaussian-blur.html

Structs§

Functions§