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

mmsuprec - Sup-reconstruction.


Synopsis
y = mmsuprec( f, g, Bc )
Input
f: Gray-scale (uint8 or uint16) or binary image (logical uint8). Marker image.
g: Gray-scale (uint8 or uint16) or binary image (logical uint8). Conditioning image.
Bc: Structuring element. ( connectivity). Default: Elementary cross (mmsecross).
 
Obs: f, g must have the same data type.
Output
y: Gray-scale (uint8 or uint16) or binary image (logical uint8).
Description
mmsuprec creates the image y by an infinite number of recursive iterations (iterations until stability) of the erosion of f by Bc conditioned to g. We say that y is the sup-reconstruction of g from the marker f.
Equation

equation

Algorithm
function y=mmsuprec_equ( f, g, bc)
  n = length(f);
  y = mmcero(f,g,bc,n); 
See Also
mmcero - Erode an image conditionally.
mmfreedom - Control automatic data type conversion.
mminfrec - Inf-reconstruction.
mmsebox - Create a box structuring element.
mmsecross - Cross structuring element.

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