| [mmcloserecth] [Up] [mmgradm] | Residues |
Implemented in Python.
| f | Image Gray-scale (uint8 or uint16) or binary image. |
| b | Structuring Element Default:
|
| y | Image Gray-scale (uint8 or uint16) or binary image.
(Same type of
|
mmcloseth creates the image
y by subtracting the image
f of its morphological closing by the structuring element
b.
def mmcloseth(f, b=None):
if b is None: b = mmsecross()
y = mmsubm( mmclose(f,b), f)
return y
| mmfreedom | Control automatic data type conversion. |
| mmopenth | Opening Top Hat. |
| mmcloserecth | Close-by-Reconstruction Top-Hat. |
| mmgradm | Morphological gradient. |
| mmclose | Morphological closing. |
| [mmcloserecth] [Up] [mmgradm] | |
| Copyright (c) 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; Rubens C. Machado, CenPRA-Renato Archer Research Center. |