Initialize state for algorithm execution (optional)
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
,I
,labelsToAutomate
)labelsToAutomate
, that
contains labels selected for the automation algorithm to use for labeling.
This syntax is available only for time-dependent (temporal) automation
algorithms. The Ground Truth Labeler
(requires Automated
Driving Toolbox™) and Video
Labeler apps support these algorithms, but the Image
Labeler does not. For more information, see Temporal Automation Algorithms.
checkSetup
| labelType
| run
| terminate
| vision.labeler.AutomationAlgorithm