[mmhomothick] [Up] [mminterot] Intervals (hit-or-miss templates)

mmhomothin
Interval for homotopic thinning.

Synopsis

Iab = mmhomothin( )

Implemented in Python.

Output

Iab Interval

Description

mmhomothin creates an interval that is useful for the homotopic (i.e., that conserves the relation between objects and holes) thinning of binary images.

Equation

Source Code

def mmhomothin():
    Iab = mmse2hmt(mmbinary([[0,0,0],
                             [0,1,0],
                             [1,1,1]]),
                   mmbinary([[1,1,1],
                             [0,0,0],
                             [0,0,0]]))
    return Iab
    

See also

mmfreedom Control automatic data type conversion.
mmhomothick Interval for homotopic thickening.
mmendpoints Interval to detect end-points.
mmse2hmt Create a Hit-or-Miss Template (or interval) from a pair of structuring elements.
mmthin Image transformation by thinning.
mmsupcanon Union of sup-generating or hit-miss operators.
mmsupgen Sup-generating (hit-miss).
mmintershow Visualize an interval.
[mmhomothick] [Up] [mminterot] Python