]> Creatis software - clitk.git/blobdiff - tools/clitkTransformLandmarks.ggo
Change header includion from .h to .cxx file
[clitk.git] / tools / clitkTransformLandmarks.ggo
index 3446c6af768c24dc5b495a7929c29e412b9c41b5..47722240c6d67134cfdc4f3a5eea100e44c2aa94 100644 (file)
@@ -7,6 +7,9 @@ option "config"     - "Config file"       string    no
 option "verbose"    v     "Verbose"       flag    off
 
 option "input"    i "Input landmarks filename"      string    yes
-option "matrix"   m "Input 4x4 matrix filename ('.mat' file)"      string    yes
+option "matrix"   m "Input 4x4 matrix filename ('.mat' file)"      string    no
+option "spacing"   s "If given, applies the given spacing (x,y,z) to the input points."      double    no multiple  default="1"
+option "output"                o       "Output landmarks filename"                     string          yes
+option "type"          t       "Landmarks type ('pts' for Jef; 'txt' for VV ; 'vtk' for vtk meshes)"           string          no              default="txt"