initializeTrack
Description
initializes a new trackID
= initializeTrack(tracker
,track
)track
in the PHD tracker
. The
tracker must be updated at least once before initializing a track. If the track is
initialized successfully, the tracker or fuser assigns the output
trackID
to the track, set the UpdateTime
of the
track equal to the last step time in the tracker, and synchronizes the data in the input
track
to the initialized track.
A warning is issued if the tracker or track fuser already maintains the maximum number
of tracks specified by the MaxNumTracks
property of the PHD tracker. In
this case, the trackID
is returned as 0
, which
indicates a failure to initialize the track.
Note
You can only use this syntax if the internal probability hypothesis density filter
of the PHD tracker is gmphd
. If the internal filter is
ggiwphd
, use the second
syntax.
initializes a new trackID
= initializeTrack(tracker
,track
,filter
)track
in the PHD tracker
using a
specified probability hypothesis density filter, filter
.
Note
If the internal probability hypothesis density filter used in the tracker is a
ggiwphd
filter, you must use this syntax instead of the first syntax.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020a