-
-
-
-
jquery.gaussian
... . To blur horizontally, for example, you can do this:
$('selector').gaussian ({dx: 10, n: 10});
To achieve circular blurring you ... once horizontally and then blur vertically:
$('selector').gaussian ({dx: 5, n: 5}).gaussian ({dy: 5, n: 5});
You can ...
-
ase-gaussian
Gaussian calculator for Atomic Simulation Environment
-
jQuery-Gaussian-Blur
... for images
[](http://unmaintained.tech/)
This is the plugin which adds Gaussian Blur effect for images. This plugin uses the SVG and filter property for Internet Explorer 8-. Plugin doesn't ...
-
-
-
Cpp-Gaussian-Elimination
...
------------
This is a small tool in C++ created to solve an nxn matrix and its coefficient vector using Gaussian Elimination.
It was created as part of a University Assignment.
Requirements
-------------
This tool is built entirely in ANSI C++ ...
-
Gaussian-Mixtures-Example
This is a basic example that follows the Gaussian Processes implementation in Bishop's Pattern Recognition and Machine Learning.
Any extension or suggestion is welcomed.
-
IZP-gaussian
Implementation of gaussian filter with SSE and without SSE
-