
#include "Component/ModelManager.H"#include "Image/DrawOps.H"#include "Image/MathOps.H"#include "Image/Layout.H"#include "plugins/SceneUnderstanding/EGMM.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 | |
| nub::ref< SimModule > | createObj (OptionManager &manager, const std::string &name) |
Variables | |
| const ModelOptionCateg | MOC_EGMM |
| const ModelOptionDef | OPT_EGMMShowDebug |
features based on edges of mixture of Gaussian
Definition in file EGMM.C.
| const ModelOptionCateg MOC_EGMM |
| const ModelOptionDef OPT_EGMMShowDebug |
{ MODOPT_ARG(bool), "EGMMShowDebug", &MOC_EGMM, OPTEXP_CORE,
"Show debug img",
"egmm-debug", '\0', "<true|false>", "false" }
1.6.3