ConvolutionFilter.GetBlurBox

ConvolutionFilter.GetBlurBox method

Gets the box blur kernel.

public static double[] GetBlurBox(int size)
ParameterTypeDescription
sizeInt32The kernel size.

Return Value

The box blur kernel.

See Also