Main Content
run
Class: lidar.labeler.AutomationAlgorithm
Namespace: lidar.labeler
Description
The run
method computes the automated labels for a single frame
by executing the automation algorithm. During automation, the Lidar Labeler app run this method in a loop to compute the automated labels for each
frame in the selection being automated.
Clients of AutomationAlgorithm
must implement this
method.
processes a single frame, autoLabels
= run(algObj
,frame
)frame
, using the
algObj
automation algorithm, and returns the automated labels,
autoLabels
.
Input Arguments
Output Arguments
Version History
Introduced in R2022a
See Also
lidar.labeler.AutomationAlgorithm
| checkSetup
| initialize
| terminate
| labelType
| lidarLabelType