| [mmplot] [Up] [mmadd4dil] | Obsolete |
Implemented in Python.
| f | Image Gray-scale (uint8 or uint16) image. |
| v | Double Volume parameter. Default:
|
| Bc | Structuring Element Structuring element (connectivity). Default:
|
| y | Image Gray-scale (uint8 or uint16) or binary image. |
The correct name for this operator mmvdome is mmvmax.
def mmvdome(f, v=1, Bc=None):
if Bc is None: Bc = mmsecross()
y = mmhmax(f,v,Bc);
return y
| [mmplot] [Up] [mmadd4dil] | |
| Copyright (c) 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; Rubens C. Machado, CenPRA-Renato Archer Research Center. |