| [mminpos] [Up] [mmregmax] | Connected Operators |
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 (same type of
|
mmopenrec creates the image
y by an inf-reconstruction of the image
f from its erosion by
bero, using the connectivity defined by
Bc.
def mmopenrec(f, bero=None, bc=None):
if bero is None: bero = mmsecross()
if bc is None: bc = mmsecross()
y = mminfrec(mmero(f,bero),f,bc)
return y
| mmfreedom | Control automatic data type conversion. |
| mmcloserec | Closing by reconstruction. |
| mmopen | Morphological opening. |
| mminfrec | Inf-reconstruction. |
| [mminpos] [Up] [mmregmax] | |
| Copyright (c) 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; Rubens C. Machado, CenPRA-Renato Archer Research Center. |