| [mmopenrecth] [Up] [mmskelm] | Residues |
Implemented in Python.
| f | Image Gray-scale (uint8 or uint16) or binary image. |
| b | Structuring Element structuring element Default:
|
| 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.
def mmopenth(f, b=None):
if b is None: b = mmsecross()
y = mmsubm(f, mmopen(f,b))
return y
| 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] | |
| Copyright (c) 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; Rubens C. Machado, CenPRA-Renato Archer Research Center. |