
    AimsParameterizeSulcus
    ----------------------

Parameterize the mesh of a sulcus

Options :

-i | --input <string>
    input mesh

-b | --bottom <string>
    sulcus bottom point image

-t | --top <string>
    sulcus top point (junction with brain hull) image

-o | --orientation <S32>
    sulcus main orientation : top->bottom = 0, back->front = 1

-ox | --outputx <string>
    1st output texture (depth)

-oy | --outputy <string>
    2nd output texture ('along' the sulcus)

[ -m | --method <string> ]
    curvature computation method (fem/boix/barycenter, default=boix)

[ -d | --deltaT <FLOAT> ]
    diffusion iteration step (default=0.05)

[ -s | --stop <FLOAT> ]
    laplacian variation stopping criterion (default=0.000003)

[ -di | --dilation <S16> ]
    dilation of the ridges (1=yes (default), 0=no)

-mo <FLOAT>
    Morphological offset between dilation and erosion of ridges for extrem
    cases (default=0, otherwise should be 1.0)

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

