]> Creatis software - clitk.git/blobdiff - tools/clitkBinarizeImage.ggo
*** empty log message ***
[clitk.git] / tools / clitkBinarizeImage.ggo
diff --git a/tools/clitkBinarizeImage.ggo b/tools/clitkBinarizeImage.ggo
deleted file mode 100644 (file)
index c974fe4..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#File clitkBinarizeImage.ggo
-Package "clitkBinarizeImage"
-version "1.0"
-purpose ""
-
-option "config"                -       "Config file"                     string        no
-option "imagetypes"    -       "Verbose available image type"    flag          off
-option "verbose"       v       "Verbose"                         flag          off
-
-option "input"         i       "Input image filename"            string        yes
-option "output"        o       "Output image filename"           string        yes
-option "lower"         l       "Lower intensity (default=min)"   double        no
-option "upper"         u       "Upper intensity (default=max)"   double        no
-option "inside"        -       "Inside value"                    double        no      default="1"
-option "outside"       -       "Outside value"                   double        no      default="0"