X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractBones.ggo;h=fa265ef136ca924a8dd3911190950e16c2c0e6d8;hb=3c89981c4f78fe15b1087f40e51e37c0c1fb087c;hp=1700413feaae8cb3e4378a81fd3e324c45a71ae7;hpb=a9bddd3844a7b1fed036cbe9de2e1cc00b92598f;p=clitk.git diff --git a/segmentation/clitkExtractBones.ggo b/segmentation/clitkExtractBones.ggo index 1700413..fa265ef 100644 --- a/segmentation/clitkExtractBones.ggo +++ b/segmentation/clitkExtractBones.ggo @@ -15,7 +15,7 @@ section "I/O" option "input" i "Input image filename" string yes option "output" o "Output image filename" string yes -#option "like" l "Resample like this image" string no +option "afdb" a "Output Anatomical Feature DB (Carina position)" string no section "Smoothing (curvature anistropic diffusion)" @@ -40,4 +40,8 @@ option "upper2" - "Upper threshold for RG" double no default="1500" option "radius2" - "Neighborhood radius" int no multiple default="1" option "sampleRate2" - "Sample rate of label image for RG: number of voxels to skip between seeds" int no default="0" -option "autoCrop" - "Crop final mask to BoundingBox" flag off +section "Fill holes" +option "doNotFillHoles" - "Do not fill holes if set" flag on +option "dir" d "Directions (axes) to perform filling (defaults to 2,1,0)" int multiple no + +option "noAutoCrop" - "If set : do no crop final mask to BoundingBox" flag on