
    AimsMeshBrain
    -------------

Computes the brain surface from a segmented image and saves it in a triangles
mesh format file

Options :

-i | --input | -input <string>
    input volume label (short int data), level 0 is assumed to be the back

[ -o | --output | -output <string> ]
    output file name for the mesh [default: same basename as input]

[ --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]

[ --deciMaxClearance <FLOAT> ]
    maximum clearance expected in the resulting mesh, in mm [default= 1.8]

[ --deciMaxError <FLOAT> ]
    maximum error distance from the original data, in mm [default = 1.0]

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

[ --internalinterface <boolean> ]
    mesh the internal interface of the main object [default=false]

[ --ascii <boolean> ]
    write file in ASCII mode if the format supports it [default=binary]

[ --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)

