[Top] [Up] [Prev] [Next] [Up] [Basic Concepts] [Demonstrations] [Functions] SDC Morphology Toolbox V1.1 15Jan02

mmse2interval - Create an interval from a pair of structuring elements.


Synopsis
Iab = mmse2interval( a, 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.
Limitation
Both structuring elements must have the same size with odd dimensions. To avoid this limitation, use mmse2hmt.
Examples
i = mmse2interval(mmsecross,mmsebox);
mmintershow(i)

ans =
. 1 .
1 1 1
. 1 . 
Equation

Flat interval:

equation

Where W is a finite rectangle.

Non-flat interval:

equation

See Also
mmendpoints - Interval to detect end-points.
mmfreedom - Control automatic data type conversion.
mmhomothick - Interval for homotopic thickening.
mmhomothin - Interval for homotopic thinning.
mminfcanon - Intersection of inf-generating operators.
mmintershow - Visualize an interval.
mmse2hmt - Create a Hit-or-Miss Template (or interval) from a pair of structuring elements.
mmsupcanon - Union of sup-generating or hit-miss operators.
mmthick - Image transformation by thickening.
mmthin - Image transformation by thinning.

[Top] [Up] [Prev] [Next] [Up] [Basic Concepts] [Demonstrations] [Functions] Valid XHTML 1.0!
Copyright (c) 1998-2002 by SDC Information Systems