1 #File clitkFillMask.ggo
2 package "clitkFillMask"
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."
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
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