lidar.labeler.loading.CustomPointCloudSource Class
Namespace: lidar.labeler.loading
Superclasses: vision.labeler.loading.MultiSignalSource
Description
The lidar.labeler.loading.CustomPointCloudSource
class creates an interface
for loading point cloud data from a custom source into the Lidar Labeler app. This class controls the parameters in the Select Point Cloud
dialog box of the app when you set Source Type to Custom
Point Cloud
.
To access this dialog box, in the app, select Import > Add Point Cloud.
The lidar.labeler.loading.CustomPointCloudSource
class is a handle
class.
Creation
To create a CustomPointCloudSource
object, write a custom reader function
to read point cloud data from the data source. Save the file to any folder on the MATLAB® path. Alternatively, add the folder containing the file to the MATLAB path. Then, use the
lidar.labeler.loading.CustomPointCloudSource
function.
Description
creates a customptCloudSource
= lidar.labeler.loading.CustomPointCloudSourceCustomPointCloudSource
object for loading a signal from custom
source. To specify the data source and the parameters required to load the source, use the
loadSource
method.
Properties
Methods
Version History
Introduced in R2021a