]> Creatis software - clitk.git/blob - segmentation/clitkFillMask.ggo
motion masks with and without bands
[clitk.git] / segmentation / clitkFillMask.ggo
1 #File clitkFillMask.ggo
2 package "clitkFillMask"
3 version "1.0"
4 purpose "Fill in holes (bg=0) in an object (fg=1) of a binary image, by running over the slices and retaining only one connected component bg."
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 "dir"            d       "Directions (axes) to perform filling (defaults to 2,1,0)"      int multiple no
12
13