Main Content

vision.labeler.mixin.Temporal Class

Namespace: vision.labeler.mixin

Mixin interface for adding temporal context to automation algorithms

Description

The vision.labeler.mixin.Temporal 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) or Video Labeler app.

The vision.labeler.mixin.Temporal class is a handle class.

Class Attributes

Abstract
true

For information on class attributes, see Class Attributes.

Properties

expand all

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

Attributes:

GetAccess
public
SetAccess
private
Dependent
true
NonCopyable
true

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

Attributes:

GetAccess
public
SetAccess
private

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

Attributes:

GetAccess
public
SetAccess
private
Dependent
true
NonCopyable
true

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

Attributes:

GetAccess
public
SetAccess
private
Dependent
true
NonCopyable
true

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

Attributes:

GetAccess
public
SetAccess
private
Dependent
true
NonCopyable
true

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

Attributes:

GetAccess
public
SetAccess
private

Methods

expand all

Version History

Introduced in R2017b