Main Content
selectLabelsByType
Select ground truth labels by label type
Description
selects labels of the types specified by gtLabel
= selectLabelsByType(gTruth
,labelTypes
)labelTypes
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
Limitations
Selecting sublabels by type is not supported.
Version History
Introduced in R2019a