ConvolutionFilter.GetGaussian

ConvolutionFilter.GetGaussian method

Gets the Gaussian kernel.

public static double[] GetGaussian(int size, double sigma)
ParameterTypeDescription
sizeInt32The kernel size.
sigmaDoubleThe sigma value in range (0…].

Return Value

The Gaussian kernel.

See Also