Next: Morphology
Up: Filter
Previous: ``Average_Minimum''
-- average/minimum
``Lowpass'' --
lowpass filter
- purpose:
- Apply a lowpass filter to an input volume.
- input:
- An 8-bit volume.
- output:
- An 8-bit volume.
- parameters:
- Default parameters menu is
x filter dim = 3
y filter dim = 3
z filter dim = 3
option = hamming
no. of iterations = 1
input from vol # = 0
copy output to vol # = 0
Two options are possible: the Hamming window [22] and a simple window average.
- comments:
-
- The Hamming window is a true lowpass filter. The simple window
average, often touted as a lowpass filter, is not, since its
frequency response goes as sin(x)/x (large sidelobes in the frequency
domain!) [4]. Thus, I recommend
using the Hamming window.
- For a well-defined Hamming-window operator, use at least
a dimension=5 operator.
- Moderate computation time required.
Philip Americus
The Multidimensional Image Processing Lab
Fri Aug 30 10:26:42 EDT 1996