Main Content

isCustom

Determine if label types are Custom labels

Description

tf = isCustom(labelTypes) returns a logical array that indicates which elements in labelTypes are Custom label types. isCustom returns logical 1 (true) for Custom labels and otherwise returns logical 0 (false).

Input Arguments

collapse all

Types of labels, specified as a labelType or lidarLabelType (Lidar Toolbox) enumeration.

Version History

Introduced in R2017a

See Also

|