Main Content
selectLabelsByGroup
Select ground truth labels by label group
Description
selects labels belonging to the groups specified by
gtLabel
= selectLabelsByGroup(gTruth
,labelGroups
)labelGroups
from a groundTruth
object,
gTruth
. The function returns a corresponding
groundTruth
object, gtLabel
, that
contains only the selected labels. If gTruth
is a vector of
groundTruth
objects, then the function returns a vector of
corresponding groundTruth
objects that contain only the
selected labels.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a