#include "Image/OpenCVUtil.H"
#include "plugins/SceneUnderstanding/GTEvaluator.H"
#include "Image/DrawOps.H"
#include "Raster/Raster.H"
#include "Simulation/SimEventQueue.H"
#include "GUI/DebugWin.H"
#include "Media/MediaSimEvents.H"
#include "Transport/FrameInfo.H"
#include "Transport/FrameOstream.H"
Go to the source code of this file.
Functions | |
SIMMODULEINSTFUNC (GTEvaluator) | |
Variables | |
const ModelOptionCateg | MOC_GTEvaluator |
const ModelOptionDef | OPT_GTEvaluatorShowDebug |
Definition in file GTEvaluator.C.
const ModelOptionCateg MOC_GTEvaluator |
{
MOC_SORTPRI_3, "GTEvaluator-Related Options" }
Definition at line 56 of file GTEvaluator.C.
const ModelOptionDef OPT_GTEvaluatorShowDebug |
{ MODOPT_ARG(bool), "GTEvaluatorShowDebug", &MOC_GTEvaluator, OPTEXP_CORE, "Show debug img", "gtevaluator-debug", '\0', "<true|false>", "false" }
Definition at line 60 of file GTEvaluator.C.