labelType
R2026bLabel 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 (Point Cloud 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 (Point Cloud Toolbox) object, use these enumerations to
select labels of a specific type.
Creation
Syntax
Description
labelType( creates an
axis-aligned 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 rotated rectangular region of interest (ROI) label type for labeling
image and video data. You can also use the programmatic format,
"RotatedRectangle")labelType.RotatedRectangle.
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 with logical values for labeling data across a specified time range.
This is equivalent to "Scene")labelType.SceneLogical. You can also
use the programmatic format, labelType.Scene.
labelType( creates a
scene label type with logical values. Scene labels of this type are
"SceneLogical")true (logical 1) or
false (logical 0). You can also use
the programmatic format, labelType.SceneLogical.
labelType( creates a
scene label type with numeric values. Scene labels of this type are numeric
scalar values. You can also use the programmatic format,
"SceneNumeric")labelType.SceneNumeric.
labelType( creates a
scene label type with string values. Scene labels of this type are string
scalars. You can also use the programmatic format,
"SceneString")labelType.SceneString.
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