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

mminfgen - Inf-generating.


Synopsis
y = mminfgen( f, Iab )
Input
f: Binary image (logical uint8).
Iab: Interval.
Output
y: Binary image (logical uint8).
Description
mminfgen creates the image y by computing the transformation of the image f by the inf-generating operator (or dual of the hit-miss) characterized by the interval Iab.
Equation

equation

Algorithm
function y=mminfgen_equ( f, A, BC )
  y = mmunion(mmdil(f,A),mmdil(mmneg(f),BC)); 
See Also
mmfreedom - Control automatic data type conversion.
mminfcanon - Intersection of inf-generating operators.
mmsupgen - Sup-generating (hit-miss).

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