Main Content
fusion.trackingArchitecture.Tracker Class
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
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.
Properties
Methods
Version History
Introduced in R2021a