MHTGUI:
--------------------------------------------------------------------------
A graphical user interface (GUI) for multiple hypothesis testing (MHT)
--------------------------------------------------------------------------
Forms:
MHTGUI Initialize blank MHTGUI if it does not yet exist;
bring existing MHTGUI window to the front.
MHTGUI(trk) Update the GUI with given track data.
MHTGUI(trk,hyp) Update the GUI with given track and hypothesis data.
MHTGUI(trk,hyp,'hide') Update the GUI with given data but do not
bring it to the front.
--------------------------------------------------------------------------
------
Inputs
------
trk (.) Track data structure array. See MHTTrackMgmt.m
hyp (.) Hypothesis data structure. See TOMHTAssignment.m
option '' Optional argument to specify window visibility. Use
this with "hide" to prevent flashing window during
repeated updates of the MHTGUI in a simulation loop.
-------
Outputs
-------
None
--------------------------------------------------------------------------
Children:
MHT: Graphics/MHTTrackTable
MHT: Graphics/MHTTreeDiagram
MHT: TrackManagement/TOMHTAssignment
MHT: TrackManagement/TOMHTPruneTracks