]> Creatis software - clitk.git/blob - tools/clitkVectorImageToImage.ggo
Precise information about RTStruct statistics in comments and output
[clitk.git] / tools / clitkVectorImageToImage.ggo
1 #File clitkVectorImageToImage.ggo
2 package "clitkVectorImageToImage"
3 version "1.0"
4 purpose "Extract a component image from a vector image"
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 "output"         o       "Output image filename"           string        yes
11 option "componentIndex" c       "Component index to extract"              int   no      default="0"
12