[mmSupcanon] [Up] [mmCthick] Sup-generating And Inf-generating

mmSupgen
Sup-generating (hit-miss).

Synopsis

Image mmSupgen ( const Image& f , const Interval& INTER );

Input

f Image [ Binary image ]

INTER Interval

Output

y Image [ Binary image ]

Description

mmSupgen creates the binary image y by computing the transformation of the image f by the sup-generating operator characterized by the interval Iab. The sup-generating operator is just a relaxed template matching, where the criterion to keep a shape is that it be inside the interval Iab. Note that we have the classical template matching when a=b. Note yet that the sup-generating operator is equivalent to the classical hit-miss operator.

Equation

See also

mmInfgen Inf-generating.
mmIntershow Visualize an interval.
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.
mmSupcanon Union of sup-generating or hit-miss operators.
[mmSupcanon] [Up] [mmCthick]