|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration setting specifier for Differences FG model. More...


Public Member Functions | |
| def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Public Member Functions inherited from AlgConfig | |
| def | __setattr__ (self, name, value) |
| def | dump (self, **kwargs) |
Static Public Member Functions | |
| def | builtForLearning () |
| def | get_default_settings () |
| Defines most basic, default settings for method. More... | |
Configuration setting specifier for Differences FG model.
The most basic settings are the image difference tolerance and the minimum area of accepted foreground regions.
| def __init__ | ( | self, | |
init_dict = None, |
|||
key_list = None, |
|||
new_allowed = True |
|||
| ) |
Reimplemented from AlgConfig.
|
static |
|
static |
Defines most basic, default settings for method.
| [out] | default_dict | Dictionary populated with minimal set of default settings. |