Main Content

fusion.trackingArchitecture.TrackFuser Class

Interface definition for trackingArchitecture track fuser

Since R2021a

Description

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

classdef customTrackFuserClass < fusion.trackingArchitecture.TrackFuser
where customTrackFuserClass is the name of your custom track fuser class.

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

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

Class Attributes

Abstract
true

For information on class attributes, see Class Attributes.

Properties

expand all

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

Example: 2

Attributes:

Abstract
true

Methods

expand all

Version History

Introduced in R2021a