| [mmsuprec] [Up] [mmcbisector] | Residues |
Implemented in Python.
| f | Image Binary image. |
| Bc | Structuring Element ( connectivity) Default:
|
| y | Image Binary image. |
mmedgeoff creates the binary image
y by eliminating the objects (connected components) of the binary image
f that hit the image frame, according to the connectivity defined by the structuring element
Bc.
def mmedgeoff(f, Bc=None):
if Bc is None: Bc = mmsecross()
edge = mmframe(f)
y = mmsubm( f, mminfrec(edge, f, Bc))
return y
| [mmsuprec] [Up] [mmcbisector] | |
| Copyright (c) 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; Rubens C. Machado, CenPRA-Renato Archer Research Center. |