GaussianBlur
Description
This operation is default blur operation which actually convolution with Gaussian kernel.
Params
tSrc | Tensor | The source image to be grayscaled. |
kernelSize | number | Size of the kernel. |
sigma | number | Sigma coeficient value. |
Example
gm.gaussianBlur(inputImage, 5, 3);