]> Creatis software - clitk.git/blob - tools/clitkVectorArithm.ggo
COMP: fix compilation errors for ITKv5
[clitk.git] / tools / clitkVectorArithm.ggo
1 #File  clitkVectorArithm.ggo
2 package "clitkVectorArithm"
3 version "1.0"
4 purpose "Perform an arithmetic operation (+-*/ ...) using two images or using an image and a scalar value."
5
6
7 option "config"      -  "Config file"                     string   no
8 option "verbose"     v  "Verbose"                         flag     off
9 option "imagetypes"  -  "Display allowed image types"     flag     off
10
11 option "input1"    i    "Input first image filename"      string   yes
12 option "input2"    j    "Input second image filename"     string   no
13 option "output"    o    "Output image filename"           string   yes
14
15 option "scalar"    s    "Scalar value"            double   no
16 option "operation" t    "Type of operation : \n With another image : 0=add, 1=multiply, 2=dotproduct, 7=difference, 9=crossproduct\n; For 'scalar' : 0=add, 1=multiply, 5=absval (magnitude), 6=squared magnitude, 11=divide, 12=normalize"     int default="0" no
17 option "pixelValue" -   "Default value for NaN/Inf"     double   default="0.0"  no
18
19 option "setFloatOutput" f "Set output to float pixel type" flag off
20
21 #option "binary"   b    "Mask for binary operation"  string      no