#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/Kernels.H"
#include "Image/FilterOps.H"
#include "Image/Convolutions.H"
#include "Image/fancynorm.H"
#include "Image/Point3D.H"
#include "plugins/SceneUnderstanding/IT.H"
#include "Neuro/EnvVisualCortex.H"
#include "GUI/DebugWin.H"
#include "Util/CpuTimer.H"
#include <math.h>
#include <fcntl.h>
#include <limits>
#include <string>
#include <queue>
Go to the source code of this file.
Variables | |
const ModelOptionCateg | MOC_IT |
const ModelOptionDef | OPT_ITShowDebug |
Definition in file IT.C.
const ModelOptionCateg MOC_IT |
const ModelOptionDef OPT_ITShowDebug |
{ MODOPT_ARG(bool), "ITShowDebug", &MOC_IT, OPTEXP_CORE, "Show debug img", "it-debug", '\0', "<true|false>", "false" }