
#include "QtUtil/Util.H"#include "Apps/BorderWatch/BorderWatchQt.qt.H"#include "Apps/BorderWatch/BorderWatchData.H"#include "Component/ModelManager.H"#include "Component/ModelOptionDef.H"#include "Image/Image.H"#include "Media/FrameSeries.H"#include "Raster/GenericFrame.H"#include <QtGui/QApplication>#include <fstream>
Go to the source code of this file.
Functions | |
| int | main (int argc, const char **argv) |
| BorderWatch GUI, use with --in=movie.asf --logfile=file.log. | |
Variables | |
| const ModelOptionCateg | MOC_BORDERWATCH |
| const ModelOptionDef | OPT_LogFile |
Simple GUI for BorderWatch results
Definition in file BorderWatchGui.C.
| int main | ( | int | argc, | |
| const char ** | argv | |||
| ) |
BorderWatch GUI, use with --in=movie.asf --logfile=file.log.
Definition at line 59 of file BorderWatchGui.C.
References ModelComponent::addSubComponent(), argv2qt(), ModelComponent::exportOptions(), OModelParam< T >::getVal(), GenericFrame::initialized(), MC_RECURSE, ModelManager::parseCommandLine(), ModelComponent::start(), and ModelComponent::stop().
| const ModelOptionCateg MOC_BORDERWATCH |
{
MOC_SORTPRI_3, "BorderWatch-Related Options" }
Definition at line 50 of file BorderWatchGui.C.
| const ModelOptionDef OPT_LogFile |
{ MODOPT_ARG_STRING, "LogFile", &MOC_BORDERWATCH, OPTEXP_CORE,
"File name of the log file generated by BorderWatch application",
"logfile", '\0', "<file.log>", "" }
Definition at line 53 of file BorderWatchGui.C.
1.6.3