]> Creatis software - clitk.git/blob - tools/clitkImage2DicomRTStruct.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkImage2DicomRTStruct.ggo
1 # file clitkImage2DicomRTStruct.ggo
2 package "clitk"
3 version "Convert (binary) image to DICOM RT Structure Set (contours)"
4
5 option "config"          - "Config file"                     string     no
6 option "verbose"         v "Verbose"                         flag       off
7
8 option "input"           i "Input image file (binary image"  string     yes
9 option "output"          o "Output DicomRT filename"         string     yes
10
11
12 # option "image"                 j "Used to read image info (spacing, origin)"    string        yes
13 # option "roi"           r "ROI to binarize (if -1 = all roi)"            int    no default="-1"
14
15 # option "crop"          c "Crop binary mask"            flag off
16
17 #option "roi"            r "ROI to print (ID)"           int            no
18 #option "contour"        c "contour to print (ID)"       int            no
19 #option "offset"                 o "to display points as image offsets" flag    off
20