| [mmregmin] [Up] [mmareaclose] | Connected Operators |
| User Feedback |
| f | Image Gray-scale (uint8 or uint16) or binary image
Marker image. |
| g | Image Gray-scale (uint8 or uint16) or binary image
Conditioning image. |
| Bc | Structuring Element
Default: ( connectivity). |
| y | Image |
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);
| [mmregmin] [Up] [mmareaclose] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |