IPToolImageFilterFilter

This tool allows the user to manually adjust the pixel values in the kernel.

Using the Image Filter Filter Tool

On the tool's "Inputs" page you can set the viewer that the tool outputs to and the image that the tool will manipulate.

On the "Parameters" page you can set the following options:

Kernel[1-9]

The number input here multiplies the pixel value for the corresponding area of the kernel.

Factor

The number input here divides by pixel value before the offset is added.

Offset

The number input here is added to the pixel value.

Examples:

0 0 -1
0 0 0
1 0 0
Offset: 127  Factor: 3
This example would create the emboss effect on the image.

-1 -1 -1
-1 15 -1
-1 -1 -1
Offset: 0  Factor 7
This example would sharpen the image.

1 1 1
1 1 1
1 1 1
Offset: 0  Factor 16
This example would blur the image.

CopyImage

Determines if the original image is manipulated or whether the original image is copied before the tool is run. If selected the image is copied before the tool is run.


RefreshViewer

None - Does not display output image

Image - Shows the image on the output viewer.

Overlay - Shows overlay. 

All - Shows image in output window.