]> Creatis software - clitk.git/blobdiff - tools/clitkAffineTransform.ggo
Remove warnings with VTK8
[clitk.git] / tools / clitkAffineTransform.ggo
index bb74448cead8ee4624a9087bd5958ecdaa3e29d5..e3205a20b3ce131d81c9b87d1907c37766819c38 100644 (file)
@@ -17,6 +17,7 @@ option "size"         - "New output size if different from input"     int     no      multiple
 option "spacing"       - "New output spacing if different from input"  double  no      multiple
 option "spacinglike"   - "New output spacing like this image"          string  no
 option "origin"                - "New output origin if different from input"   double  no      multiple
+option "direction"     - "New output direction if different from input" double no      multiple
 option "matrix"                m "Affine matrix (homogene) filename"           string  no
 option "elastix"       e "Read EulerTransform from elastix output file (combine if multiple)"  string  no
 option "rotate"                r "Rotation to apply (radians)"                 double  no      multiple
@@ -31,6 +32,6 @@ option "interpVF"     - "Interpolation: 0=NN, 1=Linear, 2=BSpline, 3=BLUT"    int     no
 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