]> Creatis software - clitk.git/blobdiff - tools/clitkBinaryImageToMesh.ggo
Precision on clitkBlurImage help
[clitk.git] / tools / clitkBinaryImageToMesh.ggo
index d04462d012718ab8c206146375dbd6421de98610..8c6c7e45969b018048e4e0dc1820499328eaef1c 100644 (file)
@@ -1,11 +1,12 @@
 #File clitkBinaryImageToMesh.ggo
 package "clitkBinaryImageToMesh"
 version "1.0"
-purpose "Get the HU profile along the given line. Output to stdout."
+purpose "Converts a binary image into a mesh object."
 
 option "config"   - "Config file"   string  no
 option "verbose"  v     "Verbose"   flag  off
 
 option "input"    i "Input image"   string  yes
-option "output"    o "Output mesh file prefix (if empty, use input file's base name as prefix; if a directoy, output to it using input file's base name as prefix; otherwise, use given name as prefix"  string  no
-option "view"   - "View result"        flag    off
+option "output"   o "Output mesh file prefix (if empty, use input file's base name as prefix; if a directoy, output to it using input file's base name as prefix; otherwise, use given name as prefix ; if names ends with .vtk the output is written as a vtkPolyData file"  string  no
+option "decimate" d "Decimate mesh (value in [0-1] is the target reduction percentage, outside this range means NO decimation)"        double  no      default="-1"
+option "view"    - "View result"       flag    off