X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkBinaryImageToMesh.ggo;h=8c6c7e45969b018048e4e0dc1820499328eaef1c;hb=f48c960aef6e0a5a4edea516b062197db009e25f;hp=3381298cfe8a5488903f12385bd10d7580e46ee4;hpb=3abd767ea72e82f5f3de805917014a0ae2a71da9;p=clitk.git diff --git a/tools/clitkBinaryImageToMesh.ggo b/tools/clitkBinaryImageToMesh.ggo index 3381298..8c6c7e4 100644 --- a/tools/clitkBinaryImageToMesh.ggo +++ b/tools/clitkBinaryImageToMesh.ggo @@ -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