Display label or attribute information stored in label definition creator for lidar workflow
info(
displays
information about the specified label or attribute ldc
,name
)name
stored in the
labelDefinitionCreatorLidar
object
ldc
.
returns the information as a structure.infoStruct
= info(ldc
,name
)
Create an empty labelDefinitionCreatorLidar
object.
ldc = labelDefinitionCreatorLidar;
Cuboid
label, Vehicle
, with
Group
and Description
information to the label
definition creator object.
addLabel(ldc,'Vehicle','Cuboid','Group','Transport','Description','Use this label for cars and buses')
Create a structure array containing the label information.
infoStruct = info(ldc,'Vehicle')
infoStruct = struct with fields: Name: "Vehicle" Type: Cuboid LabelColor: {''} Group: "Transport" Attributes: [] Description: 'Use this label for cars and buses'