Generic Configurations

The values set for mandatory parameters are just examples. They should be adapted to the problem at hand. The values set for the other parameters are their default values.

Sections that are empty in the minimal and basic configurations must really be adapted to the problem at hand since the default values of their parameters are surely inappropriate. Additional empty sections in the full configuration are dedicated to optional parameters of the chosen quality measure, its corresponding signal transformation, and the way the detection result is reported.

Minimal

[mpp]
n_iterations   = 100    # Mandatory

[object]
object_type    = circle # Mandatory

[object ranges]
# To be set in accordance with the chosen object type

[quality]
object_quality = bright_on_dark_contrast # Mandatory
min_quality    = 0.2                     # Mandatory

[signal]
signal_path    = some_image.png # Mandatory

Basic

[mpp]
n_iterations   = 100    # Mandatory

[object]
object_type    = circle # Mandatory

[object ranges]
# To be set in accordance with the chosen object type

[units]

[quality]
object_quality = bright_on_dark_contrast # Mandatory
min_quality    = 0.2                     # Mandatory

[signal]
signal_path    = some_image.png # Mandatory

[output]
output_path    = None
marks_output   = False
mkpt_output    = False
contour_output = False
region_output  = False

Full

[mpp]
n_iterations            = 100 # Mandatory
n_births_per_iteration  = 20
seed                    = None
n_parallel_workers      = 0
use_history             = False
fixed_history           = False

[refinement]
age_for_refinement      = None
n_refinement_attempts   = 10
refinement_fraction     = 0.1

[feedback]
status_period           = 2

[object]
object_type             = circle # Mandatory
center_rng              = None
only_uncropped          = True

[object ranges]
# To be set in accordance with the chosen object type

[units]

[quality]
object_quality          = bright_on_dark_contrast # Mandatory
min_quality             = 0.2                     # Mandatory

[quality prm]

[incitations]
area_weight = 0.0

[constraints]
overlap_tolerance       = 20.0

[signal]
signal_path             = some_image.png # Mandatory
vmap_path               = None
signal_loading_function = signal_loading:RawImage

[signal loading prm]

[signal processing prm]

[output]
console                 = True
output_path             = None
marks_output            = False
mkpt_output             = False
contour_output          = False
region_output           = False
result_output_function  = None

[output prm]