Constructor BoundingBox2DLabeler
BoundingBox2DLabeler()
Creates a new BoundingBox2DLabeler. Be sure to assign idLabelConfig before adding to a PerceptionCamera.
Declaration
public BoundingBox2DLabeler()
BoundingBox2DLabeler(IdLabelConfig)
Creates a new BoundingBox2DLabeler with the given IdLabelConfig.
Declaration
public BoundingBox2DLabeler(IdLabelConfig labelConfig)
Parameters
Type | Name | Description |
---|---|---|
IdLabelConfig | labelConfig | The label config for resolving the label for each object. |