Main Content

vision.labeler.mixin.Temporal class

Package:vision.labeler.mixin

Mixin interface for adding temporal context to automation algorithms

Description

Thevision.labeler.mixin.Temporalclass provides an interface for attaching temporal properties to an automation algorithm. You can add this class only to automation algorithms used by theGround Truth Labeler(Automated Driving Toolbox)orVideo Labeler应用程序。

Thevision.labeler.mixin.Temporalclass is ahandleclass.

Class Attributes

Abstract
true

For information on class attributes, seeClass 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