Configuration setting specifier for Histogram puzzle comparator class.
More...
|
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
| Constructor of configuration instance. More...
|
|
def | dump (self, **kwargs) |
|
Configuration setting specifier for Histogram puzzle comparator class.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
init_dict = None , |
|
|
|
key_list = None , |
|
|
|
new_allowed = True |
|
) |
| |
Constructor of configuration instance.
- Parameters
-
[in] | cfg_files | List of config files to load to merge settings. |
Reimplemented from CfgDifferent.
◆ build_for_RGB()
Defines canned settings for RGB histogram matching.
Prioritizes a bit efficiency over accuracy. 16 bins per channel = 4096 bins, if using Cartesian product and not separating coordinate-wise, in which case it would be 48 bins.
- Parameters
-
[out] | theParams | Default parameters instance for RGB case. |
◆ get_default_settings()
def get_default_settings |
( |
| ) |
|
|
static |
Defines most basic, default settings for RealSense D435.
- Parameters
-
[out] | default_dict | Dictionary populated with minimal set of default settings. |
Reimplemented from CfgDifferent.
The documentation for this class was generated from the following file: