Main Content
addTracker
Syntax
Description
addTracker(
adds a tracker object ta
,tracker
)tracker
to the trackingArchitecture
object ta
. Use this syntax if the
tracker object implements the sensorIndices
object function. For
example, trackerPHD
implements the sensorIndices
object function.
addTracker(
specifies the indices of sensors that report detections to the ta
,tracker
,'SensorIndices',indices
)tracker
. Use
this syntax if the tracker object does not implement the sensorIndices
object function. For example, trackerGNN
,
trackerJPDA
, and trackerTOMHT
do
not implement this object function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a
See Also
addTrackFuser
| summary
| show