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