Spatial Filters Command
The Spatial Filter command applies a filter to an Image Set or a single image. This dialog organizes a large number of filters into a tree format based on their category. For example, all of the smoothing filters are grouped together under one heading and all the Sharpening filters are organized under a different heading. Selecting any filter loads all of its controls.
This command opens from the Process pull-down menu.
Filters are selected from the tree control on the left side of the dialog. The tree organizes filters into categories based on what they do. For example, the Smoothing node lists the group of filters whose primary effect is to smooth the image.
Click on the node containing the type of filter you want. Then click the desired filter to load its preferences.
Change the filter parameters if necessary.
To process the image using the selected filter, click [Process]. If you just want to update the filter's preferences that you have changed, click [Apply].
If you do not like the result, click Undo or use one of the standard Undo methods.
The table below describes each of the filters available in the Spatial Filters dialog.
Filter Descriptions
Unsharp Mask |
Applies an unsharp mask sharpening filter. The parameters specify the blurring profile which is subtracted from the image. |
Highpass |
Applies a "high pass" sharpening filter. The Strength parameter controls the effect. A setting of 0 performs almost no sharpening. |
Rectangle |
Applies a rectangular smoothing kernel to the image. |
Elliptical |
Applies an elliptical smoothing kernel to the image. |
Gaussian |
Applies a Gaussian smoothing kernel to the image. |
Block Average |
Combines adjacent pixels by averaging their values in blocks of a specified size. Each block of pixels becomes 1 pixel in the output image. |
Minimum |
Replaces pixels with the minimum value of all pixels inside the filter kernel at each point. |
Median |
Applies a Median filter to the image. This rejects outlying pixel values, no matter how extreme, and tends to preserve edges relatively well, but images can become "blocky" from using too large a kernel. This filter is accessible both from the Smoothing group and the Rank Filters group. |
De-speckle |
Removes isolated speckles, or outlying pixel values. This is usually applied to RGB images to remove color channel noise. |
Clip Low |
Replaces all pixels below a threshold value with a new value. |
Clip High |
Replaces all pixels above a threshold value with a new value. |
Rotational Gradient |
Applies a filter that mainly enhances structure that winds outward from points like the spokes of a bicycle wheel. |
DDP |
Applies "Digital Development Processing", which is primarily an exponential stretch above a threshold value. |