General Threshold Filter Help
The general threshold filter takes a field with one component (representing a grayscale image) and produces an output field with one component (representing a filtered grayscale image). Pixels with intensity values outside a certain range are replaced with a user defined intensity (the outside value).
There are three possible threshold modes.
- Below
- All pixels with an intensity below the specified value (below value) are replaced with the specified intensity (outside value).
- Above
- All pixels with an intensity above the specified value (above value) are replaced with the specified intensity (outside value).
- Oustide
- All pixels within a specified intensity range (below value < intensity < above value) are kept while pixels outside that range are replaced with a specified intensity (outside value). This means pixels with an intesity less than the below value are replaced and pixels with an intensity greater than the above value are replaced.
Use the radio buttons to select which mode you wish to use. Note that if you select the outside mode, the below value must be less than the above value or the range is invalid. This means when you select the outside mode the above value slider will reset if it is ever invalid. If reset it will default to the same value as the below value.
Use the sliders to adjust the above, below and outside values. The value set by the slider will be displayed in the text area next to it. The text area is currently not editable.
Click the "Apply filter" button to update the general threshold filter to use your selected mode with the appropriate values.
Last modified: Wed Mar 14 08:10:40 NZDT 2007