Загрузите существующую таблицу определений метки в рабочую область.
ld = struct with fields:
labelDefs: [4×4 table]
Создайте объект создателя определения метки из таблицы определений метки.
ldc =
labelDefinitionCreator contains the following labels:
Vehicle with 0 sublabels and 3 attributes. (info)
Pedestrian with 0 sublabels and 0 attributes. (info)
LaneMarker with 0 sublabels and 2 attributes. (info)
TrafficLight with 1 sublabels and 0 attributes. (info)
For more details about attributes and sublabels, use the info method.
Удалите метку "Vehicle" из объекта создателя определения метки.
Отобразите детали объекта создателя определения метки подтвердить, что "Автомобиль" удален из определений метки.
ldc =
labelDefinitionCreator contains the following labels:
Pedestrian with 0 sublabels and 0 attributes. (info)
LaneMarker with 0 sublabels and 2 attributes. (info)
TrafficLight with 1 sublabels and 0 attributes. (info)
For more details about attributes and sublabels, use the info method.