#include "Image/OpenCVUtil.H"
#include "plugins/SceneUnderstanding/LineMatching.H"
#include "Image/DrawOps.H"
#include "Raster/Raster.H"
#include "Simulation/SimEventQueue.H"
#include "GUI/DebugWin.H"
#include "plugins/SceneUnderstanding/LMLineMatcher/LMLineMatcher.h"
#include "Media/MediaSimEvents.H"
#include "Transport/FrameInfo.H"
#include "Transport/FrameOstream.H"
Go to the source code of this file.
Functions | |
SIMMODULEINSTFUNC (LineMatching) | |
Variables | |
const ModelOptionCateg | MOC_LineMatching |
const ModelOptionDef | OPT_LineMatchingShowDebug |
Definition in file LineMatching.C.
const ModelOptionCateg MOC_LineMatching |
{
MOC_SORTPRI_3, "LineMatching-Related Options" }
Definition at line 57 of file LineMatching.C.
const ModelOptionDef OPT_LineMatchingShowDebug |
{ MODOPT_ARG(bool), "LineMatchingShowDebug", &MOC_LineMatching, OPTEXP_CORE, "Show debug img", "linematching-debug", '\0', "<true|false>", "false" }
Definition at line 61 of file LineMatching.C.