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
CfgCentMulti Class Reference

Configuration setting specifier for centroidMulti. More...

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

Public Member Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 
- Public Member Functions inherited from AlgConfig
def dump (self, **kwargs)
 

Static Public Member Functions

def get_default_settings ()
 Defines most basic, default settings for RealSense D435. More...
 

Additional Inherited Members

- Static Public Attributes inherited from CfgCentroid
 str
 

Detailed Description

Configuration setting specifier for centroidMulti.

minArea - Minimum area acceptable (anything less is not a target). maxArea - Maximum area acceptable (anything more is not a target). measProps - Flag to determine whether to keep the region properties. keepLabel - Flag to keep the label image, in case needed later.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ get_default_settings()

def get_default_settings ( )
static

Defines most basic, default settings for RealSense D435.

Parameters
[out]default_dictDictionary populated with minimal set of default settings.

Reimplemented in CfgBoardMeasure, CfgGridded, CfgMatrix, CfgArrangement, CfgCalibrate, CfgAdjacent, and CfgInterlocking.


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