IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration setting specifier for Gaussian BG model. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
![]() | |
def | __setattr__ (self, name, value) |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | builtForDepth435 () |
def | builtForLearning () |
def | builtForRedGlove (minArea=500, initModel=None) |
def | get_default_settings () |
Defines most basic, default settings for RealSense D435. More... | |
Configuration setting specifier for Gaussian BG model.
The most basic settings are the mean and variance vectors (mu, sigma), where the assumption is that the covariance matrix is diagonal only, and the detection threshold. Also available are the learning rate (alpha), the minimum sigma permissible and the minimum area of the foreground target. The minimum sigma prevents small values that end up behaving like a delta function and are too restrictive regarding what is acceptable.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Reimplemented from AlgConfig.
|
static |
|
static |
|
static |
|
static |
Defines most basic, default settings for RealSense D435.
[out] | default_dict | Dictionary populated with minimal set of default settings. |