ImageTColor, TDepth_SmoothGaussian Method (Int32) |
http://www.emgu.com Perform Gaussian Smoothing inplace for the current image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void _SmoothGaussian(
int kernelSize
)
Public Sub _SmoothGaussian (
kernelSize As Integer
)
public:
void _SmoothGaussian(
int kernelSize
)
member _SmoothGaussian :
kernelSize : int -> unit
Parameters
- kernelSize
- Type: SystemInt32
The size of the Gaussian kernel (kernelSize x kernelSize)
See Also