Difference between revisions of "mrcImageAddValue"
From EosPedia
(Created page with "'''mrcImageAddValue''' is Eos's Command that changes with the addition of data values in an image. == List of option == <table border="1"> <tr> <th>Op...") |
(No difference)
|
Latest revision as of 07:08, 16 July 2014
mrcImageAddValue is Eos's Command that changes with the addition of data values in an image.
Contents
List of option
Option | Essential/Optional | NULL | Default |
---|---|---|---|
-i | Optional | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-v | Optional | Value: o=i+v | 0.0 |
-cuda | Optional | UseCuda | 0 |
-h | Optional | Help |
Execution example
Input file's image
Input file
![]() |
Min Max |
0 41.7822 |
Option -v
Case: -v=10
![]() |
Min Max |
10 51.7822 |
Case: -v=50
![]() |
Min Max |
50 91.7822 |
About Min Max and Mean, we can see that the value changes.