Main Content

fusion.trackingArchitecture.Tracker Class

Interface definition for trackingArchitecture tracker

Since R2021a

Description

The fusion.trackingArchitecture.Tracker abstract class defines the interface for a tracker used in the trackingArchitecture System object. To custom a tracker class used in the trackingArchitecture System object, create a class that inherits from the fusion.trackingArchitecture.Tracker class. The class definition must have this format,

classdef customTrackerClass < fusion.trackingArchitecture.Tracker
where customTrackerClass is the name of your custom tracker class.

The custom class must implement these Properties and Methods. To add the customized tracker to a tracking architecture, use the addTracker function.

The fusion.trackingArchitecture.Tracker class is a handle class.

Class Attributes

Abstract
true

For information on class attributes, see Class Attributes.

Properties

expand all

Unique index of the tracker in the tracking architecture, specified as positive integer.

Example: 2

Attributes:

Abstract
true

Methods

expand all

Version History

Introduced in R2021a