labelDefinitionCreatorLidar
Description
The labelDefinitionCreatorLidar
object stores definitions of
labels and attributes to label ground truth data for a lidar workflow. Use various Object Functions to add, remove, modify, or
display label definitions. Use the create
object function to
create a label definitions table from the labelDefinitionCreatorLidar
object.
You can use this label definitions table with the Lidar Labeler
app.
Creation
Description
creates an
empty label definition creator object, ldc
= labelDefinitionCreatorLidarldc
, for the lidar workflow.
Add label definitions to this object, as well as modify or remove them, using various
Object Functions. Use the info
object function to
inspect the stored labels and attributes.
Input Arguments
Object Functions
addLabel | Add label to label definition creator object for lidar workflow |
addAttribute | Add attribute to label in label definition creator for lidar workflow |
editLabelGroup | Modify label group name in label definition creator object for lidar workflow |
editLabelDescription | Modify label description in label definition creator for lidar workflow |
editAttributeDescription | Modify attribute description in label definition creator object for lidar workflow |
editGroupName | Change group name in label definition creator for lidar workflow |
removeLabel | Remove label from label definition creator for lidar workflow |
removeAttribute | Remove attribute from label in label definition creator for lidar workflow |
create | Create label definitions table from label definition creator object for lidar workflow |
info | Display label or attribute information stored in label definition creator for lidar workflow |
Examples
Version History
Introduced in R2020b