IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration setting specifier for centroidMulti. More...
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... | |
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.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Reimplemented in CfgBoardMeasure, CfgGridded, CfgMatrixDefect, CfgMatrix, CfgArrangement, CfgAdjacent, CfgCentMulti, and CfgInterlocking.
|
static |
Defines most basic, default settings for centroid track pointer.
[out] | default_dict | Dictionary populated with minimal set of default settings. |
Reimplemented in CfgBoardMeasure, CfgGridded, CfgMatrix, CfgArrangement, CfgMatrixDefect, CfgAdjacent, CfgCentMulti, and CfgInterlocking.