25 using namespace Euclid::Configuration;
26 namespace po = boost::program_options;
33 BackgroundConfig::BackgroundConfig(
long manager_id) :
35 m_background_level_absolute(false),
36 m_background_level(0),
37 m_detection_threshold_absolute(false),
38 m_detection_threshold(0) {
42 return { {
"Detection image", {
44 "Background value to be subtracted from the detection image."},
46 "Detection threshold above the background."},