
    AimsMesh
    --------

Extracts triangulation in a label short volume

Options :

-i | --input | -input <string>
    input short volume label (level 0 is assumed to be the background)

[ -o | --output | -output <string> ]
    output mesh prefix name (extension will determine the format)
    [default=filein]

[ -l | --label | -label <S32> ]
    labelInf: extracts only label in [<labelInf>;<labelSup>]

[ -L | --Label | -Label <S32> ]
    labelSup: extracts only label in [<labelInf>;<labelSup>]

[ -S | --Surface | -Surface <FLOAT> ]
    minimum surface of the interfaces to extract [default=0.0 mm^2]

[ --smooth <boolean> ]
    smoothes the mesh [default=no smoothing]

[ --smoothType <string> ]
    smoothing alorithm's type : laplacian, simplespring, polygonspring or
    lowpass [default=lowpass]

[ --smoothIt <S32> ]
    smoothing number of iterations [default=30]

[ --smoothRate <FLOAT> ]
    smoothing moving rate at each iteration [default=0.4]

[ --smoothAngle <FLOAT> ]
    smoothing feature angle (in degrees) below which the vertex is not moved,
    only for the Laplacian algorithm, between 0 and 180 degree [default=0]

[ --smoothForce <FLOAT> ]
    smoothing restoring force for the Simple Spring and Polygon Spring
    algorithm, between 0 and 1 [default=0.2]

[ --decimation <boolean> ]
    decimate the mesh [default=no decimation]

[ --deciReductionRate <FLOAT> ]
    expected % decimation reduction rate [default=99%]

[ --deciMaxClearance <FLOAT> ]
    maximum clearance of the decimation [default=3.0]

[ --deciMaxError <FLOAT> ]
    maximum error distance from the original mesh (mm)  [default=1.0]

[ --deciAngle <FLOAT> ]
    feature angle (degrees), between 0 and 180 [default=180]

[ --split <boolean> ]
    split the surface corresponding to one connected component into
    sub-surfaces, each corresponding to an interface between 2 different
    components [default=no splitting]

[ --minFacetNumber <S32> ]
    minimum number of facets to allow decimation [default=50]

[ --output_4d_volumes <S32> ]
    Write 4D images as several 3D files (0 = series of 3D volumes, 1 = one 4D
    volume, no value = use .aimsrc configuration files)

[ --debugLevel <S32> ]
    Set debug information level (default = 0)

[ --verbose [ <S32> ] ]
    Set verbosity level (default = 0, without value = 1)

[ -h | --help <boolean> ]
    show help message

[ --version <boolean> ]
    show Cartograph version

[ --info <boolean> ]
    show libraries information (install, plugins, paths, etc.)

[ --optionsfile <string> ]
    Read additional commandline options from the specified file (one switch or
    value per line)

