IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration setting specifier for distance matcher class. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Constructor of different matcher configuration instance. More... | |
![]() | |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
Defines default configuration parameter for distance matcher class. More... | |
Configuration setting specifier for distance matcher class.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Constructor of different matcher configuration instance.
[in] | init_dict | Dictionary to use that expands default one. Usually not given. |
[in] | key_list | Unsure. |
[in] | new_allowed | Are new entries allowed. Default is yes. |
Reimplemented from CfgDifferent.
|
static |
Defines default configuration parameter for distance matcher class.
[out] | default_dict | Dictionary populated with minimal set of default settings. |
Reimplemented from CfgDifferent.