Emgu CV Library Documentation
SmoothGaussian Method (kernelSize)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)SmoothGaussian(Int32)

www.emgu.com/wiki
Perform Gaussian Smoothing in the current image and return the result
Declaration Syntax
C#Visual BasicVisual C++
public Image<TColor, TDepth> SmoothGaussian(
	int kernelSize
)
Public Function SmoothGaussian ( _
	kernelSize As Integer _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ SmoothGaussian(
	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.5.0.0 (1.5.0.0)