semanticPointLabelDatastore
R2026bDescription
A semanticPointLabelDatastore object stores
per-point semantic labels for point cloud data. You can use this datastore for training 3-D
semantic segmentation networks such as RANDLA-Net using the trainRandlanet function. The datastore provides per-point label data that maps
each point in a point cloud to a semantic class.
Creation
Syntax
Description
creates a semantic point label datastore from a splds = semanticPointLabelDatastore(gTruth)groundTruthMultiSensor object, gTruth. The datastore
reads per-point semantic labels for each point cloud frame across all point cloud signals
that include ground truth semantic labels. Use this syntax, if you have labeled ground
truth from the Multi-Sensor Labeler app.
creates a semantic point label datastore from label data files on disk. The
splds = semanticPointLabelDatastore(location,classNames,IDs)location specifies the folder or files containing the label data.
classNames specifies the class names for the semantic labels, and
IDs specifies the corresponding label IDs.
specifies options using one or more name-value arguments in addition to any of the input
argument combinations from previous syntaxes. For example,
splds = semanticPointLabelDatastore(___,Name=Value)IncludeSubfolders=true includes label data files from all subfolders
within the specified location.
Input Arguments
Name-Value Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2026b