vision.labeler.loading.SignalType
R2026bSignal type enumerations for Multi-Sensor Labeler app
Since R2026b
Description
The vision.labeler.loading.SignalType
enumerations enable you to specify the types of signals used in the Multi-Sensor
Labeler app. When selecting signals from a groundTruthMultiSensor object by using the selectLabelsBySignalType function, use these enumerations to select labels of a
specific signal type.
Creation
Syntax
Description
creates an enumeration of signal type vision.labeler.loading.SignalType.ImageImage. Use this enumeration to
specify image signals obtained from sources such as videos or image sequences.
creates an enumeration of signal type vision.labeler.loading.SignalType.PointCloudPointCloud. Use this enumeration
to specify lidar point cloud signals obtained from sources such as point cloud sequences or
lidar packet capture (PCAP) files.
creates an enumeration of signal type vision.labeler.loading.SignalType.TimeTime. Scene labels are
Time signals and are of type duration. You cannot load Time signals into the
Multi-Sensor Labeler app.
creates an enumeration of signal type vision.labeler.loading.SignalType.CustomCustom. Use this enumeration to
specify custom signal types that do not fall into the Image or
PointCloud categories.
Version History
Introduced in R2026b
See Also
Apps
Objects
groundTruthMultiSensor|labelType(Computer Vision Toolbox) |attributeType(Computer Vision Toolbox)