initialize
Class: lidar.labeler.AutomationAlgorithm
Package: lidar.labeler
Initialize state for algorithm execution (optional)
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
| initialize