]> Creatis software - clitk.git/blob - tools/clitkBinaryImageToMesh.ggo
Add 2 options to clitkImage2Dicom
[clitk.git] / tools / clitkBinaryImageToMesh.ggo
1 #File clitkBinaryImageToMesh.ggo
2 package "clitkBinaryImageToMesh"
3 version "1.0"
4 purpose "Converts a binary image into a mesh object."
5
6 option "config"   - "Config file"   string  no
7 option "verbose"  v     "Verbose"   flag  off
8
9 option "input"    i "Input image"   string  yes
10 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
11 option "decimate" d "Decimate mesh (value in [0-1] is the target reduction percentage, outside this range means NO decimation)" double  no      default="-1"
12 option "view"     - "View result"       flag    off