Difference between revisions of "mrcImageDistanceConversion"
From EosPedia
(Created page with "'''mrcImageDistanceConversion''' is Eos's Command that performs distance conversion of binarized image. == List of option == === Main option === <table border="1">...") |
(No difference)
|
Latest revision as of 01:25, 24 July 2014
mrcImageDistanceConversion is Eos's Command that performs distance conversion of binarized image.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-f | Optional | form | 0 |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | 4 Neighborhood. [default] |
1 | 8 Neighborhood. |
-f details
Value | Description |
---|---|
0 | Only distance conversion. [default] |
1 | Distance conversion + Making frame. |
Execution example
Input file's image
![]() |
Min Max |
0 1 |
Example of options only essential
![]() |
Min Max |
0 18 |
Option -f
Case: f=1
![]() |
Min Max |
0 1 |
Option -m
Case: m=1
![]() |
Min Max |
0 11 |