| [mmasfrec] [Up] [mminfrec] | Connected Operators |
| User Feedback |
| f | Image Gray-scale (uint8 or uint16) or binary image |
| bdil | Structuring Element
Default: (dilation). |
| bc | Structuring Element
Default: ( connectivity). |
| y | Image
Same type of |
mmcloserec creates the image y by a sup-reconstruction ( with the connectivity defined by the structuring element bc) of the image f from its dilation by bdil.

function y=mmcloserec_equ( f, bdil, bc ) y = mmsuprec(mmdil(f,bdil),f,bc);
| [mmasfrec] [Up] [mminfrec] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |