#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/Kernels.H"
#include "Image/FilterOps.H"
#include "Image/Transforms.H"
#include "Image/fancynorm.H"
#include "Image/Convolutions.H"
#include "Image/MatrixOps.H"
#include "Simulation/SimEventQueue.H"
#include "plugins/SceneUnderstanding/LocalParts.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 (LocalParts) | |
Variables | |
const ModelOptionCateg | MOC_LocalParts |
const ModelOptionDef | OPT_LocalPartsShowDebug |
Definition in file LocalParts.C.
const ModelOptionCateg MOC_LocalParts |
{
MOC_SORTPRI_3, "LocalParts-Related Options" }
Definition at line 58 of file LocalParts.C.
const ModelOptionDef OPT_LocalPartsShowDebug |
{ MODOPT_ARG(bool), "LocalPartsShowDebug", &MOC_LocalParts, OPTEXP_CORE, "Show debug img", "localparts-debug", '\0', "<true|false>", "false" }
Definition at line 62 of file LocalParts.C.