mrcImageSubtraction
From EosPedia
mrcImageSubtraction is Eos's Command that performs subtraction.
Contents
List of option
Main option
-m details
Value | Description |
---|---|
0 | out = in1 - in2 ( Output = Input file1 - Input file2 ) |
1 | out = abs (in1 - in2) ( Output = | ( Input file1 - Input file2 ) | ) |
Execution example
------Input file's image------
Input file1
![]() |
Min Max |
-65.0178 94.4699 |
Input file2
![]() |
Min Max |
-37.8047 57.1575 |
------Option -m------
Case: m=0
![]() |
Min Max |
-35.9412 50.447 |
Case: m=1
![]() |
Min Max |
0.000756621 50.447 |