labelDefinitionCreator
Object for storing, modifying and creating label definitions table
Description
The labelDefinitionCreator
object stores
definitions of labels, sublabels, and attributes for labeling ground truth data. Use Object Functions to add, remove, modify, or display label
definitions. Using the create
object
function, you can create label definitions table from the labelDefinitionCreator
object. You can use this label definitions table with the
Image Labeler, and
Video Labeler apps. To
create a label definitions table for use with the Ground
Truth Labeler (Automated Driving Toolbox) app, use a labelDefinitionCreatorMultisignal
(Automated Driving Toolbox) object instead.
Creation
Description
creates an empty label definition creator object, ldc
= labelDefinitionCreatorldc
. Add label
definitions by using Object Functions. The details of the stored labels,
sublabels, and attributes can be inspected using the info
object
function.
creates a label definition creator object ldc
= labelDefinitionCreator(labelDefs
)ldc
and stores definitions
from the label definitions table labelDefs
. Use Object Functions to add new label definitions or
modify the existing label definitions. The details of the stored labels, sublabels, and
attributes can be inspected using the info
object
function.
Input Arguments
Output Arguments
Object Functions
addLabel | Add label to label definition creator object |
addSublabel | Add sublabel to label in label definition creator object |
addAttribute | Add attributes to label or sublabel in label definition creator object |
removeLabel | Remove label from label definition creator object |
removeSublabel | Remove sublabel from label in label definition creator object |
removeAttribute | Remove attribute from label or sublabel in label definition creator object |
editLabelGroup | Modify a label group name |
editGroupName | Change group name |
editLabelDescription | Modify description of label or sublabel in label definition creator object |
editAttributeDescription | Modify description of attribute in label definition creator object |
create | Create label definitions table from the label definition creator object |
info | Display information about a label, sublabel, or attribute stored in label definition creator object |
Examples
Version History
Introduced in R2018b