Difference between revisions of "mrcImageAdaptiveBinalization"
From EosPedia
(Created page with "'''mrcImageAdaptiveBinalization''' is Eos's Command that performs Binarization to the image. == List of option == <table border="1"> <tr> <th>Option</t...") |
(No difference)
|
Latest revision as of 06:34, 16 July 2014
mrcImageAdaptiveBinalization is Eos's Command that performs Binarization to the image.
Contents
List of option
| Option | Essential/Optional | NULL | Default |
|---|---|---|---|
| -i | Optional | Input: mrcImage | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -s | Optional | Size of area to average | 10 |
| -h | Optional | Help |
Execution example
Input file's image
![]() |
Min Max |
0 65.5929 |
Option -s
Case: No setting(Default -s=10)
![]() |
Min Max |
0 1 |
Case: -s=25
![]() |
Min Max |
0 1 |
Case: -s=50
![]() |
Min Max |
0 1 |



