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

mmintershow
Visualize an interval.

Synopsis

function s = mmintershow ( Iab )

Input

Iab Interval

Output

s String

( representation of the interval).

Description

mmintershow creates a representation for an interval using 0, 1 and . ( don't care).

Examples

mmintershow(mmhomothin)
ans =
0 0 0 
. 1 . 
1 1 1

See also

mmfreedom Control automatic data type conversion.
mmendpoints Interval to detect end-points.
mmhomothick Interval for homotopic thickening.
mmhomothin Interval for homotopic thinning.
mmse2hmt Create a Hit-or-Miss Template (or interval) from a pair of structuring elements.
[mminterot] [Up] [mmse2interval]