I C O N V 3
Convolves an image with a 3x3 symmetric convolution kernel.
This allows a variety of spatial filters to be applied to
an image. The 3 by 3 array convolved with the image is defined
by two values, the central value and the single value used
for the eight edge elements. That is, if C is the central and
E the edge value, the kernel array looks like
E E E
E C E
E E E
Command parameters -
IMAGE The name of the structure containing the image.
CENTER The value for the kernel central element.
EDGE The value for the kernel edge element.
OUTPUT The name of the result of the operation. This can
be the same as for IMAGE. If not, a new structure
is created, with everything but the data a direct
copy of the input.
KS / AAO 30th Oct 1987
FIGARO A general data reduction system