PROCESSIMAGES Procedure

GAUSSIANFILTER Statement

  • GAUSSIANFILTER KERNELHEIGHT=number KERNELWIDTH=number;

The GAUSSIANFILTER statement enables you to blur an image by using a Gaussian filter. For more information about this statement, see the section GAUSSIANFILTER.

You must specify the following options:

KERNELHEIGHT=number

specifies the height of a kernel in pixels, where number is an odd positive integer. The kernel is used in blurring the image.

KERNELWIDTH=number

specifies the width of a kernel in pixels, where number is an odd positive integer. The kernel is used in blurring the image.

Last updated: March 26, 2026