X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkBinaryImageToMesh.ggo;h=8c6c7e45969b018048e4e0dc1820499328eaef1c;hb=1512c37902327dde2650268e1fbd7fbc085b7a89;hp=d04462d012718ab8c206146375dbd6421de98610;hpb=0f7b5f8f055b62463437dd0d25eb69de50e30b3c;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