1 #File clitkImageMoment.ggo
2 package "clitkImageMoment"
4 purpose "Calculate the image moment: the center of gravity"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "input" i "Input image filename" string yes
10 option "center" c "Compute center of gravity" flag on
11 option "second" s "Compute second order moments" flag off
12 option "axes" a "Compute the principal axes" flag off