
    AimsSeededWatershed
    -------------------

Seeded watershed.
A front propagation is computed from the seeds, with 

Options :

[ -i | --input <file name (read only): { Bucket of S16, Bucket of S32, Bucket
    of U16, Bucket of U32, Bucket of VOID, Volume of S16, Volume of S32, Volume
    of S8, Volume of U16, Volume of U32, Volume of U8 }>  Input gray level
    volume.
    ]

-s | --input-seeds <file name (read only): { Volume of DOUBLE, Volume of FLOAT,
    Volume of S16, Volume of S32, Volume of S8, Volume of U16, Volume of U32,
    Volume of U8 }>  Input seeds.

-o | --output <string>
    Output watershed volume.

[ -d | --output-distance <string> ]
    Output distance volume.

[ -l | --seed-labels <vector of S16> ]
    Seed labels [default: 1]

[ -w | --work-labels <vector of S16> ]
    Work labels [default: 0]

[ --inv | --invert-speedmap <boolean> ]
    Invert speedmap [default: false].
    The default parameter works with seeds close to minima of the gray level
    image (objects of interest are dark). If seeds are close to maxima (object
    of interest are bright), inv needs to be true.

[ -t | --type <string> ]
    Output data type (S16 [default], S32, ...)

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

