Namespaces | Variables
ClosedDoorDetectorConfig.py File Reference

Go to the source code of this file.

Namespaces

namespace  iri_door_detector::cfg::ClosedDoorDetectorConfig

Variables

int iri_door_detector::cfg::ClosedDoorDetectorConfig.all_level = 0
list iri_door_detector::cfg::ClosedDoorDetectorConfig::config_description = [{'srcline': 42, 'description': 'Minimum door width', 'max': 1500, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'min_door_width', 'edit_method': '', 'default': 300, 'level': 0, 'min': 50, 'type': 'int'}, {'srcline': 43, 'description': 'Maximum door width', 'max': 1500, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'max_door_width', 'edit_method': '', 'default': 750, 'level': 0, 'min': 50, 'type': 'int'}, {'srcline': 44, 'description': 'Minimum door height', 'max': 1500, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'min_door_height', 'edit_method': '', 'default': 850, 'level': 0, 'min': 50, 'type': 'int'}, {'srcline': 45, 'description': 'Maximum door height', 'max': 1500, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'max_door_height', 'edit_method': '', 'default': 1200, 'level': 0, 'min': 50, 'type': 'int'}, {'srcline': 46, 'description': 'Percentage of door width', 'max': 20, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'handle_width', 'edit_method': '', 'default': 12, 'level': 0, 'min': 1, 'type': 'int'}, {'srcline': 47, 'description': 'Percentage of door height', 'max': 20, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'handle_height', 'edit_method': '', 'default': 6, 'level': 0, 'min': 1, 'type': 'int'}, {'srcline': 48, 'description': 'Distance from door edge', 'max': 50, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'handle_location', 'edit_method': '', 'default': 15, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 49, 'description': 'Blob Threshold', 'max': 400, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'allowed_blobs', 'edit_method': '', 'default': 130, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 50, 'description': 'Edge Fidelity of Segmentation', 'max': 255, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'segment_fidelity', 'edit_method': '', 'default': 40, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 51, 'description': 'Segment Area', 'max': 255, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'segment_size', 'edit_method': '', 'default': 40, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 52, 'description': 'Show Images for Debugging', 'max': 5, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'debugging_images', 'edit_method': '', 'default': 0, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 53, 'description': 'Run without simulation', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'no_simulator', 'edit_method': '', 'default': True, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 54, 'description': 'Show Door Size Calibrator', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'DSC', 'edit_method': '', 'default': False, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 55, 'description': 'Show Handle Mask', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'SHM', 'edit_method': '', 'default': False, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 56, 'description': 'Show Virtual Points', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'SVP', 'edit_method': '', 'default': False, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 57, 'description': 'Show Flatness Test', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'SFT', 'edit_method': '', 'default': False, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 58, 'description': 'Apply Sensor range filter', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'Range_filter', 'edit_method': '', 'default': True, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 59, 'description': 'Apply Perspective filter', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'Persp_filter', 'edit_method': '', 'default': True, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 60, 'description': 'Apply Geometry filter', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'Geom_filter', 'edit_method': '', 'default': True, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 61, 'description': 'Apply Size filter', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'Size_filter', 'edit_method': '', 'default': True, 'level': 0, 'min': False, 'type': 'bool'}, {'srcline': 62, 'description': 'Apply Aspect ratio filter', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/closed_door_detector_alg_config.cfg', 'name': 'Aspect_filter', 'edit_method': '', 'default': True, 'level': 0, 'min': False, 'type': 'bool'}]
 *********************************************************
dictionary iri_door_detector::cfg::ClosedDoorDetectorConfig.defaults = {}
dictionary iri_door_detector::cfg::ClosedDoorDetectorConfig.level = {}
dictionary iri_door_detector::cfg::ClosedDoorDetectorConfig.max = {}
dictionary iri_door_detector::cfg::ClosedDoorDetectorConfig.min = {}
dictionary iri_door_detector::cfg::ClosedDoorDetectorConfig.type = {}


iri_door_detector
Author(s): Jose Rodriguez
autogenerated on Fri Dec 6 2013 23:57:16