[mmEdgeoff] [Up] [mmCloserecth] Residues

mmCbisector
N-Conditional bisector.

Synopsis

Image mmCbisector ( const Image& f , const Strel& B , const Double& n );

Input

f Image [ Binary image ]

B Structuring Element

n Double []

positive integer ( filtering rate)

Output

y Image [ Binary image ]

Description

mmCbisector creates the binary image y by performing a filtering of the morphological skeleton of the binary image f, relative to the structuring element B. The strength of this filtering is controlled by the parameter n. Particularly, if n=0, y is the morphological skeleton of f itself.

Equation

See also

mmSkelm Morphological skeleton (Medial Axis Transform).
mmThin Image transformation by thinning.
[mmEdgeoff] [Up] [mmCloserecth]