Click or drag to resize

ImageTColor, TDepthSmoothGaussian Method (Int32)

http://www.emgu.com
Perform Gaussian Smoothing in the current image and return the result

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> SmoothGaussian(
	int kernelSize
)

Parameters

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

Return Value

Type: ImageTColor, TDepth
The smoothed image
See Also