addTrackFuser(___,'ToOutput',tf)
specifies if the output of the added track fuser appears in the output
of the tracking architecture. Specify tf as true or
false. The default value is true.
addTrackFuser(___,'Name',name)
enables you to specify the name of the added track fuser. The specified name is shown in the
outputs of the summary and
show object
functions.
s = addTrackFuser(___) returns the
summary of the tracking architecture after adding the fuser.
Create a trackerPHD object. The tracker takes detection inputs from sensors 3 and 4. Add the tracker to the tracking architecture and disable its direct output.
Tracking architecture summary, returned as a table. The number of rows of the table is
equal to the total number of trackers and track fusers in the tracking architecture. The
table contain these columns:
System — A description of the system organized as
'T' or 'F' for tracker or fuser,
respectively, followed by the tracker or fuser index and the class of the
system. For example, 'T1: trackerJPDA' is a tracker with
index 1 and class of trackerJPDA.
ArchitectureInputs — The indices of inputs of the
tracking architectures that report detections to the specific tracker or
track fuser, shown as a cell containing a character vector. Each integer is
an index of the architecture input.
FuserInputs — The indices of track inputs to the
specific fuser in the tracking architecture, shown as a cell containing a
character vector. Each integer is the index of a tracker or track fuser in
the architecture.
ArchitectureOuput — The output index of the specific
tracker or track fuser, shown as an integer. Each integer is the index of an
output in the architecture.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.