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

Declaration Syntax
public void _SmoothGaussian(
int kernelWidth,
int kernelHeight,
double sigma1,
double sigma2
)
public:
void _SmoothGaussian(
int kernelWidth,
int kernelHeight,
double sigma1,
double sigma2
)

Parameters
- kernelWidth (Int32)
- The width of the Gaussian kernel
- kernelHeight (Int32)
- The height of the Gaussian kernel
- sigma1 (Double)
- The standard deviation of the Gaussian kernel in the horizontal dimwnsion
- sigma2 (Double)
- The standard deviation of the Gaussian kernel in the vertical dimwnsion
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)