Go to the source code of this file.
Namespaces | |
namespace | cfg::DisparityConfig |
Variables | |
int | cfg::DisparityConfig::all_level = 0 |
list | cfg::DisparityConfig::config_description = [{'srcline': 13, 'description': 'Normalization window size, pixels', 'max': 255, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'prefilter_size', 'edit_method': '', 'default': 9, 'level': 0, 'min': 5, 'type': 'int'}, {'srcline': 14, 'description': 'Bound on normalized pixel values', 'max': 63, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'prefilter_cap', 'edit_method': '', 'default': 31, 'level': 0, 'min': 1, 'type': 'int'}, {'srcline': 17, 'description': 'SAD correlation window width, pixels', 'max': 255, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'correlation_window_size', 'edit_method': '', 'default': 15, 'level': 0, 'min': 5, 'type': 'int'}, {'srcline': 18, 'description': 'Disparity to begin search at, pixels (may be negative)', 'max': 128, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'min_disparity', 'edit_method': '', 'default': 0, 'level': 0, 'min': -128, 'type': 'int'}, {'srcline': 19, 'description': 'Number of disparities to search, pixels', 'max': 128, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'disparity_range', 'edit_method': '', 'default': 64, 'level': 0, 'min': 32, 'type': 'int'}, {'srcline': 24, 'description': 'Filter out if best match does not sufficiently exceed the next-best match', 'max': 100.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/Disparity.cfg', 'name': 'uniqueness_ratio', 'edit_method': '', 'default': 15.0, 'level': 0, 'min': 0.0, 'type': 'double'}, {'srcline': 25, 'description': 'Filter out if SAD window response does not exceed texture threshold', 'max': 10000, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'texture_threshold', 'edit_method': '', 'default': 10, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 26, 'description': 'Reject regions smaller than this size, pixels', 'max': 1000, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'speckle_size', 'edit_method': '', 'default': 100, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 27, 'description': 'Max allowed difference between detected disparities', 'max': 31, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Disparity.cfg', 'name': 'speckle_range', 'edit_method': '', 'default': 4, 'level': 0, 'min': 0, 'type': 'int'}] |
********************************************************* | |
dictionary | cfg::DisparityConfig::defaults = {} |
dictionary | cfg::DisparityConfig::level = {} |
dictionary | cfg::DisparityConfig::max = {} |
dictionary | cfg::DisparityConfig::min = {} |
dictionary | cfg::DisparityConfig::type = {} |