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

Configuration setting specifier for centroidMulti. More...

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

Public Member Functions

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

Static Public Member Functions

def get_default_settings ()
 Defines most basic, default settings for centroid track pointer. More...
 

Detailed Description

Configuration setting specifier for centroidMulti.

At the most basic level, there's nothing really to specify. Field | Interpretation /// plotStyle | Style to use when plotting. default = 'rx'

The plot style directive is for matplotlib.
See plot documentation for options.

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 centroid track pointer.

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

Reimplemented in CfgBoardMeasure, CfgGridded, CfgMatrix, CfgArrangement, CfgMatrixDefect, CfgAdjacent, CfgCentMulti, and CfgInterlocking.


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