robokudo.annotator_parameters¶
Global parameter definitions for RoboKudo annotators.
This module provides predefined global configuration parameters that are used across different annotators in RoboKudo. These parameters control common functionality like depth processing and visualization.
Classes¶
Global configuration parameters for annotators. |
Module Contents¶
- class robokudo.annotator_parameters.AnnotatorPredefinedParameters¶
-
Global configuration parameters for annotators.
This class defines predefined parameters that are shared across all annotators. These parameters control generic functionality and are not specific to any particular vision method. For annotator-specific parameters, use the Annotator.Parameters class of the respective annotator.
- Variables:
-
global_with_depth – Whether to use depth image and derived data
global_with_visualization – Whether annotators should create visualizations
- global_with_depth = True¶
- global_with_visualization = True¶