Package: vision.labeler.loading
Superclasses: matlab.mixin.Heterogeneous
Interface for loading signal data into Lidar Labeler app
The vision.labeler.loading.MultiSignalSource
class creates an interface for
loading a point cloud signal from a data source into the Lidar Labeler app.
The interface created using this class enables you to customize the panel for loading data sources in the Select Point Cloud dialog box of the app. The figure shows a sample loading panel.
The class also provides an interface to read frames from loaded signals. The app renders these frames for labeling.
The class supports loading these data sources:
vision.labeler.loading.PointCloudSequenceSource
— Point cloud sequence
folder
vision.labeler.loading.VelodyneLidarSource
— Velodyne packet capture (PCAP)
file
lidar.labeler.loading.LasFileSequenceSource
— LAS or LAZ file
lidar.labeler.loading.RosbagSource
— Rosbag file
The vision.labeler.loading.MultiSignalSource
class is a handle
class.