selectLabelsByGroup
R2026b(To be removed) Select ground truth data by label group name
selectLabelsByGroup will be removed in a future release.
Use the groundTruthMultiSensor object instead.
For information on updating your code, see Version
History.
Description
selects ground truth data with the specified label group names
gtLabel = selectLabelsByGroup(gTruth,labelGroups)labelGroups from a groundTruthLidar object gTruth. The
function returns a corresponding groundTruthLidar object
gtLabel that contains only the selected labels. If
gTruth is a vector of groundTruthLidar objects, then
the function returns a vector of corresponding groundTruthLidar objects
that contain only the selected labels.