Perform Gaussian Smoothing in the current image and return the result
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- kernelWidth
- Int32
The width of the Gaussian kernel
- kernelHeight
- Int32
The height of the Gaussian kernel
- sigma1
- Double
The standard deviation of the Gaussian kernel in the horizontal dimwnsion
- sigma2
- Double
The standard deviation of the Gaussian kernel in the vertical dimwnsion