| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmsuprec( f, g, Bc ) 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).f, g must have the same data type.y: Gray-scale (uint8 or uint16) or binary image (logical uint8). 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.
function y=mmsuprec_equ( f, g, bc) n = length(f); y = mmcero(f,g,bc,n);
| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||