You need to enable JavaScript to run this app.Gaussian Blur - GammaCV
GammaCV Logo
DocsExamplesGitHub

GaussianBlur

Description

This operation is default blur operation which actually convolution with Gaussian kernel.

Params
tSrcTensorThe source image to be grayscaled.
kernelSizenumberSize of the kernel.
sigmanumberSigma coeficient value.
Example
gm.gaussianBlur(inputImage, 5, 3);