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 RealSense D435. More... | |
Configuration setting specifier for centroidMulti.
Field | Function |
---|---|
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 compute/keep region properties. |
keepLabel | Flag to keep the label image, in case needed later. |
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Reimplemented from CfgCentroid.
Reimplemented in CfgBoardMeasure, CfgGridded, CfgMatrixDefect, CfgMatrix, CfgArrangement, CfgAdjacent, and CfgInterlocking.
|
static |
Defines most basic, default settings for RealSense D435.
[out] | default_dict | Dictionary populated with minimal set of default settings. |
Reimplemented from CfgCentroid.
Reimplemented in CfgBoardMeasure, CfgGridded, CfgMatrix, CfgArrangement, CfgMatrixDefect, CfgAdjacent, and CfgInterlocking.