
    AimsExtremaMap
    --------------

Min-max cartography

Calculate extreme points in a circle or multiple circles with a predefined
radius

Options :

-i <string>
    Input image to read
    filtered grayscale image, background set to 0

-m <string>
    Input mask to read

[ -o <string> ]
    Output min-max cartography

[ -om <string> ]
    Output min local image

[ -r <S32> ]
    find extrema in a cricle or multiple circles
    in the case of one circle, it's the radius
    in the case of multiple circles, it's the maximal radius
    [default: '1']

[ -mc <boolean> ]
    find extreme points in multi-scale circle
    [default: false]

[ -w <string> ]
    weights of each circle, works when option mc is true
    equal      	:	 w=1/nb_of_circle
    nonequal   	:	 w=area_circle/area_all_circle
    	:	 extreme points in a larger circles is more confident
    [default: 'equal']

[ -ml <boolean> ]
    write seeds image
    [default: false]

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

