Загрузите существующую таблицу определений метки в рабочую область.
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.
Отобразите информацию о метке "TrafficLight", заданной в объекте создателя определения метки.
Name: "TrafficLight"
Type: Rectangle
Attributes: []
Sublabels: "Light"
Description: 'Mark a tight bounding box around the traffic light. Use the sublabels to mark each individual light'
Удалите подметку "Light" из метки "TrafficLight".
Отобразите детали объекта создателя определения метки подтвердить, что подметка удалена из метки "TrafficLight".
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 0 sublabels and 0 attributes. (info)
For more details about attributes and sublabels, use the info method.
Отобразите информацию о метке "TrafficLight". Подтвердите, что подметка "Light" удалена.
Name: "TrafficLight"
Type: Rectangle
Attributes: []
Sublabels: []
Description: 'Mark a tight bounding box around the traffic light. Use the sublabels to mark each individual light'