Main Content

isScene

Determine if label types are Scene labels

Description

tf = isScene(labelTypes) returns a logical array that indicates which elements in labelTypes are Scene label types. isScene returns logical 1 (true) for Scene 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

|