vision.labeler.loading.SignalType
Description
The vision.labeler.loading.SignalType
enumerations enable you to specify the types of signals used in the Ground
Truth Labeler app. When selecting signals from a groundTruthMultisignal
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.Image
Image
. 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.PointCloud
PointCloud
. Use this enumeration
to specify lidar point cloud signals obtained from sources such as Velodyne® packet capture (PCAP) files.
creates an enumeration of signal type vision.labeler.loading.SignalType.Time
Time
. Scene labels are
Time
signals and are of type duration
. You cannot load Time
signals into the
Ground Truth Labeler app.
Examples
Version History
Introduced in R2020a