Next: ``Average_Minimum'' - average/minimum filter
Up: Filter
Previous: ``Median'' - a median
- VFX name:
- iAverageMax
- IMPROMPTU Equivalent:
- Average_Max
- purpose:
- This filter first applies a window average
and then a local maximum operation to an input volume. It reduces
noise and makes a volume easier to segment. Use this filter when
the regions of interest are bright (the filter favors bright
regions).
- input:
- An 8-bit volume.
- output:
- An 8-bit volume.
- parameters:
- Default parameters menu is
x_filter_dimension = 3
y_filter_dimension = 3
z_filter_dimension = 3
iterations = 1
The window average and local maximum operations use the same
operator size.
- comments:
- 1.
- The filter is similar to a lowpass filter, yet the
maximum operation makes it nonlinear. Use it to bring out
bright regions.
- 2.
- You can do a better version of this function by first
doing a hamming lowpass filter (``lowpass'' in the
``enhance'' category) and then running
a local maximum (``max'' in the ``morphology'' category).
- 3.
- Moderate computation required.
MultiDimensional Image Processing Lab, Penn State University