IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Static Public Member Functions | List of all members
CfgMonitor Class Reference

Configuration instance for a Monitor.
More...

Inheritance diagram for CfgMonitor:
Inheritance graph
[legend]
Collaboration diagram for CfgMonitor:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 Instantiate a monitor configuration node. More...
 
- Public Member Functions inherited from AlgConfig
def __setattr__ (self, name, value)
 
def dump (self, **kwargs)
 

Static Public Member Functions

def get_default_settings ()
 

Detailed Description

Configuration instance for a Monitor.

Instantiating a monitor requires the perceiver and activity detector instances to be complete. Thus any other settings should be specific to how the perceiver will operate or what to do with the processed information.

Fields of the CfgMonitor include:

Field Meaning
external Is the perceiver already externally called? If so, then Monitor implementation avoids invoking Perceiver process routine during its own processing.
display Set to "basic" for simple display; "overlay" for pure

image-based display. | | displayDebug | Set to "basic" for simple display; "overlay" for pure image-based display. |

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  init_dict = None,
  key_list = None,
  new_allowed = True 
)

Instantiate a monitor configuration node.

Reimplemented from AlgConfig.

Member Function Documentation

◆ get_default_settings()

def get_default_settings ( )
static

The documentation for this class was generated from the following file: