Go to the source code of this file.
Namespaces | |
namespace | cfg::EuclideanClusterExtractionConfig |
Variables | |
int | cfg::EuclideanClusterExtractionConfig::all_level = 0 |
list | cfg::EuclideanClusterExtractionConfig::config_description = [{'srcline': 13, 'description': 'The spatial tolerance as a measure in the L2 Euclidean space', 'max': 2.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/EuclideanClusterExtraction.cfg', 'name': 'cluster_tolerance', 'edit_method': '', 'default': 0.050000000000000003, 'level': 0, 'min': 0.0, 'type': 'double'}, {'srcline': 14, 'description': 'The minimum number of points that a cluster must contain in order to be accepted', 'max': 1000, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/EuclideanClusterExtraction.cfg', 'name': 'cluster_min_size', 'edit_method': '', 'default': 1, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 15, 'description': 'The maximum number of points that a cluster must contain in order to be accepted', 'max': 2147483647, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/EuclideanClusterExtraction.cfg', 'name': 'cluster_max_size', 'edit_method': '', 'default': 2147483647, 'level': 0, 'min': 0, 'type': 'int'}, {'srcline': 16, 'description': 'The maximum number of clusters to extract.', 'max': 2147483647, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/EuclideanClusterExtraction.cfg', 'name': 'max_clusters', 'edit_method': '', 'default': 2147483647, 'level': 0, 'min': 1, 'type': 'int'}] |
********************************************************* | |
dictionary | cfg::EuclideanClusterExtractionConfig::defaults = {} |
dictionary | cfg::EuclideanClusterExtractionConfig::level = {} |
dictionary | cfg::EuclideanClusterExtractionConfig::max = {} |
dictionary | cfg::EuclideanClusterExtractionConfig::min = {} |
dictionary | cfg::EuclideanClusterExtractionConfig::type = {} |