Perform Gaussian Smoothing inplace for the current image
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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