X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractPatient.ggo;h=f4944409a1b10e6286a9930b1046b659a2301ece;hb=56ae68bbe5b50ad1ea8b6846f43f322d4aa36b70;hp=9aed69e1beb59d3cafff65d0121ade3b6ba8e634;hpb=fbeb37a42e28477c9e92e866e3610f99e57f2449;p=clitk.git diff --git a/segmentation/clitkExtractPatient.ggo b/segmentation/clitkExtractPatient.ggo index 9aed69e..f494440 100644 --- a/segmentation/clitkExtractPatient.ggo +++ b/segmentation/clitkExtractPatient.ggo @@ -22,6 +22,7 @@ section "Binarize" option "lower" - "Initial lower threshold" double no option "upper" - "Initial upper threshold" double no default="-300" +option "openingRadius" - "Radius for opening after threshold" int no default="0" section "First Label Image (air=1)" @@ -50,6 +51,6 @@ option "remove" - "Labels to remove" int no multiple section "Clean-up" option "openClose" - "Perform morphological opening and closing with unit radius" flag off -option "noAutoCrop" - "If set : do no crop final mask to BoundingBox" flag on +option "noAutoCrop" - "If set : do no crop final mask to BoundingBox" flag off