| [mmgradm] [Up] [mmopenth] | Residues |
Implemented in Python.
| f | Image Gray-scale (uint8 or uint16) or binary image. |
| bero | Structuring Element (erosion) Default:
|
| bc | Structuring Element ( connectivity) Default:
|
| y | Image Gray-scale (uint8 or uint16) or binary image.
(same type of
|
mmopenrecth creates the image
y by subtracting the open by reconstruction of
f, defined by the structuring elements
bero e
bc, of
f itself.
def mmopenrecth(f, bero=None, bc=None):
if bero is None: bero = mmsecross()
if bc is None: bc = mmsecross()
y = mmsubm(f, mmopenrec( f, bero, bc))
return y
| mmfreedom | Control automatic data type conversion. |
| mmopenth | Opening Top Hat. |
| mmcloserecth | Close-by-Reconstruction Top-Hat. |
| mminfrec | Inf-reconstruction. |
| mmopen | Morphological opening. |
| [mmgradm] [Up] [mmopenth] | |
| Copyright (c) 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; Rubens C. Machado, CenPRA-Renato Archer Research Center. |