isCustom - Determine if label types are Custom labels - MATLAB (original) (raw)
Determine if label types are Custom
labels
Syntax
[tf = isCustom(labelTypes)](#d126e190574)
Description
`tf` = isCustom([labelTypes](#bvkrvw3-1-labelTypes))
returns a logical array that indicates which elements inlabelTypes
are Custom
label types.isCustom
returns logical 1
(true) for Custom
labels and otherwise returns logical0
(false).
Input Arguments
Types of labels, specified as a labelType or lidarLabelType (Lidar Toolbox) enumeration.
Version History
Introduced in R2017a