]> Creatis software - clitk.git/blob - tools/clitkImageMoment.ggo
cosmetic for .ggo
[clitk.git] / tools / clitkImageMoment.ggo
1 #File clitkImageMoment.ggo
2 package "clitkImageMoment"
3 version "1.0"
4 purpose "Calculate the image moment: the center of gravity"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
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