X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkRegionGrowing.ggo;h=cd2d03e22c6cc4be5cd5a8bc3b2e08ab4837fffd;hb=1d3b67cda8bbc19f0ef64d563190508733203c30;hp=60bcae23c30e45150347d614630e6af94bf6f049;hpb=3c6056488b322341ca3766d75c0b838e12c8c9e5;p=clitk.git diff --git a/segmentation/clitkRegionGrowing.ggo b/segmentation/clitkRegionGrowing.ggo index 60bcae2..cd2d03e 100644 --- a/segmentation/clitkRegionGrowing.ggo +++ b/segmentation/clitkRegionGrowing.ggo @@ -15,8 +15,8 @@ option "output" o "Output image filename" string yes section "Parameters" option "type" t "Region growing filter type: 0=threshold , 1=neighborhood-threshold , 2=confidence , 3= locally-adaptive-threshold, 4= explosion-controlled-threshold" int no default="0" -option "lower" l "1,2,3,4: Lower threshold value" double no default="0" -option "upper" u "1,2,3,4: Upper threshold value" double no default="1" +option "lower" l "1,2,3,4: Lower threshold value" double no default="310" +option "upper" u "1,2,3,4: Upper threshold value" double no default="4000" option "maxUpper" - "4: Maximum upper threshold value" double no default="2000" option "minLower" - "4: Minimum lower threshold value" double no default="-1000" option "step" - "4: Threshold step size" double no default="64.0"