Go to the source code of this file.
Namespaces | |
namespace | cfg::DebayerConfig |
Variables | |
int | cfg::DebayerConfig::all_level = 0 |
list | cfg::DebayerConfig::config_description = [{'srcline': 22, 'description': 'Debayering algorithm', 'max': 3, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/Debayer.cfg', 'name': 'debayer', 'edit_method': "{'enum_description': 'Debayering algorithm', 'enum': [{'srcline': 11, 'description': 'Fast algorithm using bilinear interpolation', 'srcfile': '../cfg/Debayer.cfg', 'cconsttype': 'const int', 'value': 0, 'ctype': 'int', 'type': 'int', 'name': 'Bilinear'}, {'srcline': 13, 'description': 'Edge-aware algorithm', 'srcfile': '../cfg/Debayer.cfg', 'cconsttype': 'const int', 'value': 1, 'ctype': 'int', 'type': 'int', 'name': 'EdgeAware'}, {'srcline': 15, 'description': 'Weighted edge-aware algorithm', 'srcfile': '../cfg/Debayer.cfg', 'cconsttype': 'const int', 'value': 2, 'ctype': 'int', 'type': 'int', 'name': 'EdgeAwareWeighted'}, {'srcline': 17, 'description': 'Slow but high quality Variable Number of Gradients algorithm', 'srcfile': '../cfg/Debayer.cfg', 'cconsttype': 'const int', 'value': 3, 'ctype': 'int', 'type': 'int', 'name': 'VNG'}]}", 'default': 0, 'level': 0, 'min': 0, 'type': 'int'}] |
********************************************************* | |
int | cfg::DebayerConfig::Debayer_Bilinear = 0 |
int | cfg::DebayerConfig::Debayer_EdgeAware = 1 |
int | cfg::DebayerConfig::Debayer_EdgeAwareWeighted = 2 |
int | cfg::DebayerConfig::Debayer_VNG = 3 |
dictionary | cfg::DebayerConfig::defaults = {} |
dictionary | cfg::DebayerConfig::level = {} |
dictionary | cfg::DebayerConfig::max = {} |
dictionary | cfg::DebayerConfig::min = {} |
dictionary | cfg::DebayerConfig::type = {} |