]> Creatis software - clitk.git/blob - tools/clitkRelativePositionAnalyzer.ggo
First version of the builder of relpos database
[clitk.git] / tools / clitkRelativePositionAnalyzer.ggo
1 #File clitkRelativePositionAnalyzer.ggo
2 package "clitkRelativePositionAnalyzer"
3 version "1.0"
4 purpose "Analyze relative position of a target according to structures"
5
6 section "General options"
7 option "config"         -       "Config file"                     string        no
8 option "verbose"        v       "Verbose"                         flag          off
9 option "imagetypes"     -       "Display allowed image types"     flag          off
10
11 section "Input/Output"
12 option "support"        i       "Input mask support"      string        no
13 option "object"         j       "Input mask object"       string        no
14 option "target"         t       "Input mask target"       string        no
15 option "afdb"           a       "Input Anatomical Feature DB"           string no
16 option "afdb_path"      -       "Path to search image in afdb"          string no
17 option "supportName"    -       "Input mask support name in afdb"       string no
18 option "objectName"     -       "Input mask object name in afdb"        string no
19 option "targetName"     -       "Input mask target name in afdb"        string no
20 option "output"         o       "Output image "                         string yes
21
22 section "Options for building the relative positions"
23 option "bins"           b       "Number of histo bins for fuzzy map"      int default="100" no
24 option "nb"             n       "Number of angles to test"                int default="4" no
25 option "tol"            -       "Target area loss tolerance (|0-1])"      double default="0.01" no
26
27
28