#File clitkTransformLandmarks.ggo package "clitkTransformLandmarks" version "1.0" purpose "Trasnform a set of landmarks with the given 4x4 matrix. Output to stdout." 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 "output" o "Output landmarks filename" string yes option "type" t "Landmarks type ('pts' for Jef; 'txt' for VV)" string no default="txt"