vision.labeler.mixin.Temporal

Mixin interface for adding temporal context to automation algorithms

Description

The Temporal mixin class provides an interface for attaching temporal properties to an automation algorithm. You can add this class only to automation algorithms used by the Ground Truth Labeler (Automated Driving Toolbox) (requires Automated Driving Toolbox™) or Video Labeler app.

Properties

expand all

The Temporal class predefines this set of properties.

Timestamp of the first frame of the algorithm interval, specified as a scalar.

Timestamp of the current executing frame, specified as a scalar. This value updates during the execution of the algorithm.

Timestamp of the last frame of the algorithm interval, specified as a scalar.

Index of the first frame of the algorithm interval, specified as an integer.

Index of the last frame of the algorithm interval, specified as an integer.

Direction in which to run the automated algorithm, specified as 'Forward' or 'Reverse'.

Object Functions

supportsReverseAutomationSet reverse algorithm automation flag
Introduced in R2017b