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