
    AimsMorphoMath
    --------------

Morphological operators (erosion, dilation, closing, opening)
for both binary and gray level intensity images

Options :

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

[ -r <FLOAT> ]
    Radius parameter (in mm)

[ -m <string> ]
    Mode that can be:
    
    ero --> erosion
    dil --> dilation
    clo --> closing
    ope --> opening

[ -o <string> ]
    Output image

[ -c <boolean> ]
    do not use chamfer binary mathematical morphology (default: use it when
    available)

[ -b <boolean> ]
    binarize: binarize the input image so that fast binary morphomath will be
    used preferably

[ -x <S32> ]
    X size of the chamfer distance mask (unused with grey level morpho)
    [default=3]

[ -y <S32> ]
    Y size of the chamfer distance mask (unused with grey level morpho)
    [default=3]

[ -z <S32> ]
    Z size of the chamfer distance mask (unused with grey level morpho)
    [default=3]

[ -f <FLOAT> ]
    chamfer multiplication factor (unused with grey level morpho) [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)

