Click or drag to resize

ImageTColor, TDepth_SmoothGaussian Method (Int32)

http://www.emgu.com
Perform Gaussian Smoothing inplace for the current image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void _SmoothGaussian(
	int kernelSize
)

Parameters

kernelSize
Type: SystemInt32
The size of the Gaussian kernel (kernelSize x kernelSize)
See Also