Difference between revisions of "mrcImageSubtraction"
From EosPedia
(Created page with "'''mrcImageSubtraction''' is Eos's Command that performs subtraction. == List of option == === Main option === <table border="1"> <div align="left"> <tr>...") |
(No difference)
|
Latest revision as of 06:22, 31 July 2014
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 |