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

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

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