
    AimsConnectComp
    ---------------

Extract connected components of a binary data volume

Options :

-i | --input <file name (read only): { Bucket of S16, Bucket of VOID, 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 SHORT binary volume

-o | --output <string>
    output labelled connected components volume

[ -c | --connectivity <string> ]
    connectivity  4xy / 4xz / 4yz / 6 / 8xy / 8xz / 8yz / 18 / 26 [default=26]

[ -s | --size <U64> ]
    minimum size of the seeds [default=0]

[ -S <U64> ]
    maximum size of the seeds [default=0]

[ -n <U64> ]
    number of components kept  [default=all]

[ -b <boolean> ]
    force binary mode [default=false]

[ -t | --type <string> ]
    output data type (only applicable to volumes, default: same as input)

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

