http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Perform Gaussian Smoothing inplace for the current image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void _SmoothGaussian( int kernelSize ) |
Visual Basic |
---|
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)