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