Synopsis
HxImageRep HxGauss (HxImageRep img, double sigma, double truncation = 3.0)
Input
HxImageRep img
double sigma
double truncation
Return value
HxImageRep
Description
The function HxGauss convolves the input image with a Gaussian filter funtion that has a sigma `sigma'. The truncation determines the size of the filter in sigma, where the filter size, in sigma, is 2 times the truncation plus 1. HxGauss convolves the image with a 1 dimensional Gaussian kernel in every dimension. For vector images, each channel is convolved separately with the Guassian kernel.
Remarks
See also
HxGaussDerivative2d, HxConvolution,
Keywords
Filter, Convolution, Gauss,
1.2.12 written by Dimitri van Heesch,
© 1997-2001