mrcImageErosion
mrcImageErosion is Eos's Command that performs erosion by using Structuring Element.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-oSE | Optional | Output: mrcImage(SE) | NULL |
-SE | Optional | StructuringElement | 0 |
-r | Optional | Radius | 2 |
-n | Optional | Size | 5 |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | 2D Cross3x3: 4-neighbour |
1 | 2D Square3x3: 8-neighbour |
2 | 2D Open Disk , need (radius, n) |
3 | 3D Cross3x3x3: 6-neighbour |
4 | 3D Cubic3x3x3: 26-neighbour |
5 | 3D Open Disk , need (radius, n) |
Execution example
Input file's image
![]() |
Min Max |
0 255 |
Example of options only essential
-o image
![]() |
Min Max |
0 197 |
-oSE image
![]() |
Min Max |
0 1 |
Option -SE
Case: SE=1
-o image
![]() |
Min Max |
0 179 |
-oSE image
![]() |
Min Max |
1 1 |
Case: SE=5
-o image
![]() |
Min Max |
0 179 |
-oSE image
![]() |
Min Max |
0 1 |
Option -r
Case: r=1, SE=5
-o image
![]() |
Min Max |
0 197 |
-oSE image
![]() |
Min Max |
0 1 |
Option -n
Case: n=33, r=1, SE=5
-o image
![]() |
Min Max |
0 197 |
-oSE image
![]() |
Min Max |
0 1 |