| [mmopenrecth] [Up] [mmskelm] | Residues |
| User Feedback |
| f | Image Gray-scale (uint8 or uint16) or binary image |
| b | Structuring Element
Default: structuring element |
| y | Image Gray-scale (uint8 or uint16) or binary image
(same type of |
mmopenth creates the image y by subtracting the morphological opening of f by the structuring element b of f itself.

function y=mmopenth_equ( f, b) y = mmsubm(f,mmopen(f,b);
| mmfreedom | Control automatic data type conversion. |
| mmcloseth | Closing Top Hat. |
| mmopenrecth | Open-by-Reconstruction Top-Hat. |
| mmgradm | Morphological gradient. |
| mmopen | Morphological opening. |
| [mmopenrecth] [Up] [mmskelm] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |