labelDefinitionCreatorMultiSensor
R2026bDescription
The labelDefinitionCreatorMultiSensor object
stores definitions of labels, sublabels, and attributes to label ground truth data for a
multisignal workflow. Use Object Functions to add, remove,
modify, or display label definitions. Use the create (Automated Driving Toolbox) object
function to create a label definitions table from the
labelDefinitionCreatorMultisignal object. You can use the created label
definitions table with the groundTruthMultiSensor object or load the definitions into the Multi-Sensor
Labeler app.
Creation
Description
creates an empty label definition creator object ldc = labelDefinitionCreatorMultiSensorldc for a
multi-sensor workflow. Add label definitions to this object using Object Functions. Use the info
function to inspect details of stored labels, sublabels, and attributes.
creates a label definition creator object ldc = labelDefinitionCreatorMultiSensor(labelDefs)ldc for a multi-sensor
workflow and stores definitions from the label definitions table
labelDefs. Use Object Functions to add new label
definitions or modify the existing label definitions. Use the info
function to inspect details of stored labels, sublabels, and attributes.
Input Arguments
Output Arguments
Object Functions
addLabel | Add label to multi-sensor label definition creator |
addSublabel | Add sublabel to label in multi-sensor label definition creator |
addAttribute | Add attribute to label or sublabel in multi-sensor label definition creator |
removeLabel | Remove label from multi-sensor label definition creator |
removeSublabel | Remove sublabel from label in multi-sensor label definition creator |
removeAttribute | Remove attribute from label or sublabel in multi-sensor label definition creator |
editLabelGroup | Assign label to different group in multi-sensor label definition creator |
editGroupName | Change group name in multi-sensor label definition creator |
editLabelDescription | Modify label or sublabel description in multi-sensor label definition creator |
editAttributeDescription | Modify attribute description in multi-sensor label definition creator |
create | Create label definitions table from multi-sensor label definition creator |
info | Display label, sublabel, or attribute information from multi-sensor label definition creator |
Examples
More About
Version History
Introduced in R2026b
See Also
Apps
Objects
groundTruthMultiSensor|labelType(Computer Vision Toolbox) |attributeType(Computer Vision Toolbox)