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

Declaration Syntax
public void _GaussianSmooth(
int kernelWidth,
int kernelHeight,
double sigma
)
Public Sub _GaussianSmooth ( _
kernelWidth As Integer, _
kernelHeight As Integer, _
sigma As Double _
)
public:
void _GaussianSmooth(
int kernelWidth,
int kernelHeight,
double sigma
)

Parameters
- kernelWidth (Int32)
- The width of the Gaussian kernel
- kernelHeight (Int32)
- The height of the Gaussian kernel
- sigma (Double)
- The standard deviation of the Gaussian kernel
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)