X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkConnectedComponentLabeling.ggo;fp=segmentation%2FclitkConnectedComponentLabeling.ggo;h=77770104c647c5de0e701856864087735f27205f;hb=e008d74b0ecdc4ca2eaae8c429901a78f9ef5c31;hp=0000000000000000000000000000000000000000;hpb=bb436e8274c510438ccb5ec1df531675321341bb;p=clitk.git diff --git a/segmentation/clitkConnectedComponentLabeling.ggo b/segmentation/clitkConnectedComponentLabeling.ggo new file mode 100644 index 0000000..7777010 --- /dev/null +++ b/segmentation/clitkConnectedComponentLabeling.ggo @@ -0,0 +1,20 @@ +#File clitkConnectedComponentLabeling.ggo +package "clitkConnectedComponentLabeling" +version "1.0" +purpose "Basic segmentation : connected component labeling " + +option "config" - "Config file" string no +option "verbose" v "Verbose" flag off +option "imagetypes" - "Display allowed image types" flag off +option "verboseOption" - "Display options values" flag off + +section "I/O" + +option "input" i "Input image filename" string yes +option "inputBG" - "Input Background" int default="0" no +option "output" o "Output filename" string yes + +section "Labelize" + +option "minSize" - "Minimum component size in voxels" int no default="100" +option "full" - "Full connecticity" flag off