www.emgu.com/wiki Perform Gaussian Smoothing in the current image and return the result

Declaration Syntax
public Image<TColor, TDepth> GaussianSmooth(
int kernelSize
)
Public Function GaussianSmooth ( _
kernelSize As Integer _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ GaussianSmooth(
int kernelSize
)

Parameters
- kernelSize (Int32)
- The size of the Gaussian kernel ( x )

Return Value
The smoothed image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)