Main Content

lidar.labeler.mixin.Temporal Class

Namespace: lidar.labeler.mixin

Mixin interface for adding temporal context to automation algorithms

Since R2022a

Description

The lidar.labeler.mixin.Temporal class provides an interface for attaching temporal properties to an automation algorithm used by the app.

The lidar.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

Version History

Introduced in R2022a