MaxFltImg
DESCRIPTION
Computes the maximum filter of an image.
A 3 x 3 neighborhood of points is sorted by value and the target point
is replaced by the maximum value. The result is similar to a
morphological dilation operation. Other rank based filters are
MedianFltImg, MinFltImg, and RankFltImg. The maximum filter is similar
to the median filter, discussed in:
Digital Image Processing, Gonzales, R.C., Wintz, P.,
Addison Wesley, Second Edition, 1987, pp 162--163.
INPUTS
Port: Img In
Type: Lattice
Constraints: 1..3-D.
source image
WIDGETS
OUTPUTS
Port: Img Out
Type: Lattice
Constraints: 1..3-D.
filtered image
PROBLEMS
SEE ALSO
MedianFltImg
MinFltImg
and RankFltImg
[
Documentation Home ]
© The Numerical Algorithms Group Ltd,
Oxford UK. 1996