imextendedmax
Extended-maxima transform
Description
computes the extended-maxima transform for the image BW = imextendedmax(I,H)I, which
is the regional maxima of the H-maxima transform.
Regional maxima are connected components of pixels with a constant intensity value, and whose external boundary pixels all have a lower value. The H-maxima transform suppresses all regional maxima with a height less than or equal to
H.The extended-maxima transform, which is the regional maxima of the H-maxima transform, identifies regional maxima with a height greater than
H.
Use the extended-maxima transform to detect bright regions in an image while ignoring small intensity variations.
Examples
Input Arguments
Output Arguments
References
[1] Soille, P. Morphological Image Analysis: Principles and Applications. Springer-Verlag, 1999, pp. 170-171.
Extended Capabilities
Version History
Introduced before R2006a
See Also
conndef | imextendedmin | imhmax | imreconstruct | imregionalmax







