initialize
Class: lidar.labeler.AutomationAlgorithm
Namespace: lidar.labeler
Description
The initialize
method initializes the state of the
automation algorithm before the automation algorithm runs.
Clients of AutomationAlgorithm
can optionally
implement this method.
initialize(
additionally provides a table, algObj
,frame
,labelsToAutomate
)labelsToAutomate
, that
contains labels selected for the automation algorithm to use for labeling.
This syntax does not support voxel label automation. In addition, this
syntax is available only for time-dependent (temporal) automation
algorithms.
Input Arguments
Version History
Introduced in R2022a
See Also
lidar.labeler.AutomationAlgorithm
| labelType
| lidarLabelType
| checkSetup
| run
| terminate