#include "plugins/SceneUnderstanding/LGN.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/Layout.H"
#include "Simulation/SimEventQueue.H"
#include "Simulation/SimEvents.H"
#include "Media/MediaSimEvents.H"
#include "Channels/InputFrame.H"
#include "Image/Kernels.H"
#include "Image/FilterOps.H"
#include "Image/Convolutions.H"
#include "GUI/DebugWin.H"
#include <math.h>
#include <fcntl.h>
#include <limits>
#include <string>
Go to the source code of this file.
Functions | |
SIMMODULEINSTFUNC (LGN) | |
Variables | |
const ModelOptionCateg | MOC_LGN |
const ModelOptionDef | OPT_LGNShowDebug |
Definition in file LGN.C.
const ModelOptionCateg MOC_LGN |
const ModelOptionDef OPT_LGNShowDebug |
{ MODOPT_ARG(bool), "LGNShowDebug", &MOC_LGN, OPTEXP_CORE, "Show debug img", "lgn-debug", '\0', "<true|false>", "false" }