]> Creatis software - clitk.git/blobdiff - tools/clitkBinaryImageToMesh.ggo
COMP: fix compilation errors for ITKv5
[clitk.git] / tools / clitkBinaryImageToMesh.ggo
index 3381298cfe8a5488903f12385bd10d7580e46ee4..8c6c7e45969b018048e4e0dc1820499328eaef1c 100644 (file)
@@ -8,4 +8,5 @@ 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 ; if names ends with .vtk the output is written as a vtkPolyData file"  string  no
-option "view"   - "View result"        flag    off
+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