| [mmcloserec] [Up] [mminpos] | 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: Structuring element ( connectivity). |
| y | Image |
mminfrec creates the image y by an infinite number of recursive iterations (iterations until stability) of the dilation of f by bc conditioned to g. We say the y is the inf-reconstruction of g from the marker f. For algorithms and applications, see [Vin93].

function y=mminfrec_equ( f, g, bc ) n = length(f); y = mmcdil(f,g,bc,n);
| [mmcloserec] [Up] [mminpos] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |