]> Creatis software - clitk.git/commitdiff
The lower and upper options can be tuned for all type of region growing algorithm
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 28 Mar 2019 08:58:33 +0000 (09:58 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 28 Mar 2019 08:58:33 +0000 (09:58 +0100)
So I removed the 1,2,3,4 because the 0 is good too

segmentation/clitkRegionGrowing.ggo

index cd2d03e22c6cc4be5cd5a8bc3b2e08ab4837fffd..c55b2a17cbec2a41d3db47e99541aa5686791b66 100644 (file)
@@ -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="310"
-option "upper"         u       "1,2,3,4: Upper threshold value"                  double        no      default="4000"
+option "lower"         l       "Lower threshold value"           double        no      default="310"
+option "upper"         u       "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"