]> Creatis software - clitk.git/blobdiff - tools/clitkFooImage.ggo
Allow to display in all directions for images with size 2 and 3 in 3rd direction
[clitk.git] / tools / clitkFooImage.ggo
index 3d0c8dbf97d92ef173713193fba0761dcbf7a9a5..d85977318e339b55a582840972986bf8c0bda215 100644 (file)
@@ -10,9 +10,4 @@ option "imagetypes"   -       "Display allowed image types"     flag          off
 
 option "input"         i       "Input image filename"            string        required
 option "output"        o       "Output image filename"           string        required
-option "lower"         l       "Lower intensity (default=min), fg is greater than this value"    double        optional
-option "upper"         u       "Upper intensity (default=max), fg is lower than this value"      double        optional
 
-option "fg"                    -       "Foreground (FG) or 'inside' value"               double        optional        default="1"
-option "bg"                    -       "Background (BG) or 'ouside' value"               double        optional        default="0"
-option "mode"          -       "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both"  default="both" optional