defineOptionalProperty<float>("MaxOverallHeadTiltAngle",55.0f,"Maximal angle the head and eyes can look down (in degrees)");
defineOptionalProperty<float>("CentralHeadTiltAngle",110.0f,"Defines the height direction that will be considered 'central' in the reachable area of the head (in degrees). Default is looking 20 degrees downwards");
defineOptionalProperty<float>("ProbabilityToLookForALostObject",0.03f,"Probability that one of the objects that have been seen but could later not been localized again will be included in the view selection");
defineOptionalProperty<bool>("ShowVisuAlways",false,"If true the saliency map is drawn into the debug drawer on each iteration.");
defineOptionalProperty<float>("VisuSaliencyThreshold",0.7f,"Minimum saliency threshold for a point to be shown in debug visu");