imextendedmin
Extended-minima transform
Description
computes the extended-minima transform for the image BW = imextendedmin(I,H)I, which
is the regional minima of the H-minima transform.
Regional minima are connected components of pixels with a constant intensity value, and whose external boundary pixels all have a higher value. The H-minima transform suppresses all regional minima with a depth less than or equal to
H.The extended-minima transform, which is the regional minima of the H-minima transform, identifies regional minima with a depth greater than
H.
Use the extended-minima transform to detect dark 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 | imextendedmax | imhmin | imreconstruct | imregionalmin







