groundTruthLidar
Description
The groundTruthLidar
object contains information about lidar
ground truth labels. The data source used to create the object is a collection of lidar point
cloud data. You can create, export, or import a groundTruthLidar
object from
the Lidar Labeler app.
Creation
To export a groundTruthLidar
object from the Lidar
Labeler app, on the app toolstrip, select Export > To Workspace. The app exports the object to the MATLAB® workspace. To create a groundTruthLidar
object
programmatically, use the groundTruthLidar
function (described
here).
Description
returns an object containing lidar ground truth labels that can be imported into the
Lidar Labeler app.gTruth
= groundTruthLidar(dataSource
,labelDefs
,labelData
)
dataSource
specifies the source of the lidar point cloud data and sets theDataSource
property.labelDefs
specifies the definitions of region of interest (ROI) and scene labels containing information such asName
,Type
, andGroup
, and sets theLabelDefinitions
property.labelData
specifies the identifying information, position, and timestamps for the marked ROI labels and scene labels, and sets theLabelData
property.
Properties
Object Functions
changeFilePaths | Change file paths in ground truth data |
selectLabels | Select ground truth data by label name or type |
selectLabelsByGroup | Select ground truth data by label group name |
selectLabelsByName | Select ground truth data by label name |
selectLabelsByType | Select ground truth data by label type |
Examples
Version History
Introduced in R2020b