#include "Image/OpenCVUtil.H"
#include "plugins/SceneUnderstanding/LFLineFitter/LFLineFitter.h"
#include "plugins/SceneUnderstanding/Contours.H"
#include "plugins/SceneUnderstanding/V1.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/Kernels.H"
#include "Image/ColorMap.H"
#include "Image/FilterOps.H"
#include "Image/Transforms.H"
#include "Image/fancynorm.H"
#include "Image/Convolutions.H"
#include "Simulation/SimEventQueue.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 (Contours) | |
Variables | |
const ModelOptionCateg | MOC_Contours |
const ModelOptionDef | OPT_ContoursShowDebug |
Definition in file Contours.C.
const ModelOptionCateg MOC_Contours |
{
MOC_SORTPRI_3, "Contours-Related Options" }
Definition at line 62 of file Contours.C.
const ModelOptionDef OPT_ContoursShowDebug |
{ MODOPT_ARG(bool), "ContoursShowDebug", &MOC_Contours, OPTEXP_CORE, "Show debug img", "contours-debug", '\0', "<true|false>", "false" }
Definition at line 66 of file Contours.C.