주요 콘텐츠

vision.labeler.loading.SignalType

R2026b

Signal 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

Description

vision.labeler.loading.SignalType.Image creates an enumeration of signal type Image. Use this enumeration to specify image signals obtained from sources such as videos or image sequences.

vision.labeler.loading.SignalType.PointCloud creates an enumeration of signal type PointCloud. Use this enumeration to specify lidar point cloud signals obtained from sources such as point cloud sequences or lidar packet capture (PCAP) files.

vision.labeler.loading.SignalType.Time creates an enumeration of signal type Time. Scene labels are Time signals and are of type duration. You cannot load Time signals into the Multi-Sensor Labeler app.

vision.labeler.loading.SignalType.Custom creates an enumeration of signal type Custom. 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