In [1]:
Copied!
%matplotlib inline
from IPython.display import HTML,Image,SVG,YouTubeVideo
%matplotlib inline
from IPython.display import HTML,Image,SVG,YouTubeVideo
Erosion¶
The equivalent gray level for the erosion operator is the local minimum.
Dilation¶
The equivalent gray level for the dilation operator is the local maximum.
see also:
- Morphological algorithms MMIP p255-288
In [ ]:
Copied!