| [mmcbisector] [Up] [mmcloseth] | Residues |
| User Feedback |
| f | Image Gray-scale (uint8 or uint16) or binary image |
| bdil | Structuring Element
Default: (dilation) |
| bc | Structuring Element
Default: ( connectivity) |
| y | Image Gray-scale (uint8 or uint16) or binary image |
mmcloserecth creates the image y by subtracting the image f of its closing by reconstruction, defined by the structuring elements bc and bdil.

function y=mmcloserecth_equ( f, bdil, bc) y = mmsubm(mmcloserec(f, bdil, bc),f);
| mmfreedom | Control automatic data type conversion. |
| mmopenrecth | Open-by-Reconstruction Top-Hat. |
| mmcloseth | Closing Top Hat. |
| mmsuprec | Sup-reconstruction. |
| mmclose | Morphological closing. |
| [mmcbisector] [Up] [mmcloseth] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |