Smooths the GpuMat using Gaussian filter.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- src
- IntPtr
The source GpuMat
- dst
- IntPtr
The smoothed GpuMat
- ksize
- Size
The size of the kernel
- sigma1
- Double
This parameter may specify Gaussian sigma (standard deviation). If it is zero, it is calculated from the kernel size.
- sigma2
- Double
In case of non-square Gaussian kernel the parameter may be used to specify a different (from param3) sigma in the vertical direction. Use 0 for default