labelType
Label type enumerations for labeling
Description
The labelType
enumerations enable you to
specify the types of labels used in these labeling apps: Image Labeler,
Video Labeler,
Lidar Labeler (Lidar Toolbox), and Ground Truth Labeler (Automated Driving Toolbox). When creating label definitions by using a labelDefinitionCreator
or labelDefinitionCreatorMultisignal
(Automated Driving Toolbox) object, use these enumerations to create
label definitions of specific types. When selecting labels from a groundTruth
or groundTruthMultisignal
(Automated Driving Toolbox) or groundTruthLidar
(Lidar Toolbox) object, use these enumerations to
select labels of a specific type.
Creation
Syntax
Description
labelType(
creates a
rectangular region of interest (ROI) label type for labeling image and video
data. You can also use the programmatic format,
'Rectangle'
)labelType.Rectangle
.
labelType(
creates a polyline
ROI label type for labeling image and video data. You can also use the
programmatic format, 'Line'
)labelType.Line
.
labelType(
creates a
pixel ROI label type for labeling image and video data. You can also use the
programmatic format, 'PixelLabel'
)labelType.PixelLabel
.
labelType(
creates a
polygon ROI label type for labeling image and video data. You can also use the
programmatic format, 'Polygon'
)labelType.Polygon
.
labelType(
creates a cuboid
ROI label type for labeling lidar point cloud data. You can also use the
programmatic format, 'Cuboid'
)labelType.Cuboid
.
labelType(
creates
a projected cuboid ROI label type for labeling image and video data. You can
also use the programmatic format, 'ProjectedCuboid'
)labelType.ProjectedCuboid
.
labelType(
creates a scene
label type for labeling data across a specified time range. You can also use the
programmatic format, 'Scene'
)labelType.Scene
.
labelType(
creates a custom
label type. Labeler apps do not display labels of type
'Custom'
)Custom
. You can also use the programmatic format,
labelType.Custom
.
Object Functions
Examples
Version History
Introduced in R2017a
See Also
Apps
- Image Labeler | Ground Truth Labeler (Automated Driving Toolbox) | Video Labeler
Objects
groundTruth
|labelDefinitionCreator
|labelDefinitionCreatorMultisignal
(Automated Driving Toolbox) |groundTruthMultisignal
(Automated Driving Toolbox) |attributeType