[mmIntershow] [Up] [mmSe2hmt] Intervals (hit-or-miss templates)

mmSe2interval
Create an interval from a pair of structuring elements.

Synopsis

Interval mmSe2interval ( const Strel& a , const Strel& b );

Input

a Structuring Element

Left extremity.

b Structuring Element

Right extremity.

Output

Iab Interval

Description

mmSe2interval creates the interval [a,b] from the structuring elements a and b such that a is less or equal b.

Equation

Flat interval:
Where W is a finite rectangle.
Non-flat interval:

Limitations

Both structuring elements must have the same size with odd dimensions. To avoid this limitation, use mmSe2hmt .

See also

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.
[mmIntershow] [Up] [mmSe2hmt]