Create a label definition creator object from the label definitions table.
ldc = labelDefinitionCreator(ld.labelDefs)
ldc =
labelDefinitionCreator contains the following labels:
Vehicle with 0 sublabels and 3 attributes and belongs to None group. (info)
Pedestrian with 0 sublabels and 0 attributes and belongs to None group. (info)
LaneMarker with 0 sublabels and 2 attributes and belongs to None group. (info)
TrafficLight with 1 sublabels and 0 attributes and belongs to None group. (info)
For more details about attributes and sublabels, use the info method.
Remove the label "Vehicle" from the label definition creator object.
removeLabel(ldc,'Vehicle')
Display the details of the label definition creator object to confirm that "Vehicle" is removed from the label definitions.
ldc
ldc =
labelDefinitionCreator contains the following labels:
Pedestrian with 0 sublabels and 0 attributes and belongs to None group. (info)
LaneMarker with 0 sublabels and 2 attributes and belongs to None group. (info)
TrafficLight with 1 sublabels and 0 attributes and belongs to None group. (info)
For more details about attributes and sublabels, use the info method.
labelName — Label name character vector | string scalar
Label name, specified as a character vector or string scalar that uniquely
identifies the label to be removed from the label definition creator object.