1 #File clitkTransformLandmarks.ggo
2 package "clitkTransformLandmarks"
4 purpose "Trasnform a set of landmarks with the given 4x4 matrix. Output to stdout."
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "input" i "Input landmarks filename" string yes
10 option "matrix" m "Input 4x4 matrix filename ('.mat' file)" string yes
11 option "output" o "Output landmarks filename" string yes
12 option "type" t "Landmarks type ('pts' for Jef; 'txt' for VV)" string no default="txt"