]> Creatis software - clitk.git/blobdiff - tools/clitkAffineTransform.ggo
Add option to define the volume of the filter in clitkSUVPeak in cc
[clitk.git] / tools / clitkAffineTransform.ggo
index 8eaedd5c06efa58d212fcfddfc5994392f560826..1d4c43ad85a4370e7d1b9b3a24497f4f150129d5 100644 (file)
@@ -23,6 +23,7 @@ option "elastix"      e "Read EulerTransform from elastix output file (combine if mul
 option "rotate"                r "Rotation to apply (radians)"                 double  no      multiple
 option "translate"     t "Translation to apply (mm)"                   double  no      multiple
 option "pad"           - "Edge padding value"                          double  no      default="0.0"
+option "adaptive"              - "Adapt the size, spacing or the origin when one of the previous tag is on (use previous clitkResampleImage)" flag off
 
 section "Interpolation"
 option "interp"                - "Interpolation: 0=NN, 1=Linear, 2=BSpline, 3=BLUT"    int     no  default="1"
@@ -31,3 +32,7 @@ option "interpSF"     - "Sampling factor if BLUT"                             int     no  default="20"
 option "interpVF"      - "Interpolation: 0=NN, 1=Linear, 2=BSpline, 3=BLUT"    int     no  default="1"
 option "interpVFOrder" - "Order if BLUT or BSpline (0-5)"                      int     no  default="3"
 option "interpVFSF"    - "Sampling factor if BLUT"                             int     no  default="20"
+
+section "Gaussian filtering"
+option "gauss" g "Apply gaussian filter before (sigma in mm) (default=0.0)" double no multiple
+option "autogauss" - "Apply gaussian filter before with auto sigma when downsampling (default=off)" flag off
\ No newline at end of file