www.emgu.com/wiki Perform Gaussian Smoothing inplace for the current image

Declaration Syntax
public void _SmoothGaussian(
int kernelSize
)
Public Sub _SmoothGaussian ( _
kernelSize As Integer _
)
public:
void _SmoothGaussian(
int kernelSize
)

Parameters
- kernelSize (Int32)
- The size of the Gaussian kernel ( x )
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)