]> Creatis software - clitk.git/blob - tools/clitkDicomRTStruct2BinaryImage.ggo
Message for registering vv's user information
[clitk.git] / tools / clitkDicomRTStruct2BinaryImage.ggo
1 # file clitkDicomRTStruct2BinaryImage.ggo
2 package "clitk"
3 version "Convert DICOM RT Structure Set (contours) to binary image"
4
5 option "config"          - "Config file"                     string     no
6 option "verbose"         v "Verbose"                         flag       off
7 option "input"           i "Input Dicom file"                string     yes
8 option "image"           j "Used to read image info (spacing, origin)"    string        yes
9 option "roi"             r "ROI to binarize (if -1 = all roi)"            int    no default="-1"
10 option "output"          o "Output image filename"       string yes
11
12 option "crop"            c "Crop binary mask"            flag off
13
14 #option "roi"            r "ROI to print (ID)"           int            no
15 #option "contour"        c "contour to print (ID)"       int            no
16 #option "offset"                 o "to display points as image offsets" flag    off
17