|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Classes | |
| class | AlgConfig |
Functions | |
| def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
| def | dump (self, **kwargs) |
Variables | |
| logger = logging.getLogger(__name__) | |
| def detector.Configuration.__init__ | ( | self, | |
init_dict = None, |
|||
key_list = None, |
|||
new_allowed = True |
|||
| ) |
| def detector.Configuration.dump | ( | self, | |
| ** | kwargs | ||
| ) |
Dump to a string.
| logger = logging.getLogger(__name__) |