
#include "plugins/SceneUnderstanding/V4.H"#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 "Simulation/SimEventQueue.H"#include "Neuro/EnvVisualCortex.H"#include "GUI/DebugWin.H"#include "Util/CpuTimer.H"#include "Util/JobServer.H"#include "Util/JobWithSemaphore.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_V4 |
| const ModelOptionDef | OPT_V4ShowDebug |
Definition in file V4.C.
| const ModelOptionCateg MOC_V4 |
| const ModelOptionDef OPT_V4ShowDebug |
{ MODOPT_ARG(bool), "V4ShowDebug", &MOC_V4, OPTEXP_CORE,
"Show debug img",
"v4-debug", '\0', "<true|false>", "false" }
1.6.3