Perform Gaussian Smoothing inplace for the current image

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void _SmoothGaussian(
	int kernelSize
)
Visual Basic (Declaration)
Public Sub _SmoothGaussian ( _
	kernelSize As Integer _
)
Visual C++
public:
void _SmoothGaussian(
	int kernelSize
)

Parameters

kernelSize
Type: System..::.Int32
The size of the Gaussian kernel (kernelSize x kernelSize)

See Also