Perform Gaussian Smoothing inplace for the current image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void _SmoothGaussian(
int kernelSize
)
Public Sub _SmoothGaussian ( _
kernelSize As Integer _
)
public:
void _SmoothGaussian(
int kernelSize
)
Parameters
- kernelSize
- Int32
The size of the Gaussian kernel (kernelSize x kernelSize)
See Also