[mmintershow] [Up] [mmse2hmt] | Intervals (hit-or-miss templates) |
Implemented in Python.
a | Structuring Element Left extremity. |
b | Structuring Element Right extremity. |
Iab | Interval |
mmse2interval creates the interval
[a,b]
from the structuring elements
a
and
b
such that
a
is less or equal
b
.
Both structuring elements must have the same size with odd dimensions. To avoid this limitation, use mmse2hmt.
def mmse2interval(a, b): Iab = (a,mmneg(b)) return Iab
mmse2hmt | Create a Hit-or-Miss Template (or interval) from a pair of structuring elements. |
mmendpoints | Interval to detect end-points. |
mmhomothick | Interval for homotopic thickening. |
mmhomothin | Interval for homotopic thinning. |
mmthin | Image transformation by thinning. |
mmthick | Image transformation by thickening. |
mmsupcanon | Union of sup-generating or hit-miss operators. |
mminfcanon | Intersection of inf-generating operators. |
mmintershow | Visualize an interval. |
mmfreedom | Control automatic data type conversion. |
[mmintershow] [Up] [mmse2hmt] | ![]() |
Copyright (c) 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; Rubens C. Machado, CenPRA-Renato Archer Research Center. |