| [mmDil] [Up] [mmCenter] | Dilations And Erosions |
| User Feedback |
| f | Image [ Gray-scale (uint8 or uint16) or binary image ] |
| b | Structuring Element
Default: |
| y | Image |
mmEro performs the erosion of the image f by the structuring element b. Erosion is a neighbourhood operator that compairs locally b with f, according to an inclusion rule. Since erosion is a fundamental operator to the construction of all other morphological operators, it is also called an elementary operator of Mathematical Morphology. When f is a gray-scale image , b may be a flat or non-flat structuring element.



| mmDil | Dilate an image by a structuring element. |
| mmImg2se | Create a structuring element from a pair of images. |
| mmSebox | Create a box structuring element. |
| mmSecross | Diamond structuring element and elementary 3x3 cross. |
| mmCero | Erode an image conditionally. |
| mmDist | Distance transform. |
| mmSesum | N-1 iterative Minkowski additions |
| [mmDil] [Up] [mmCenter] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |