#include "plugins/SceneUnderstanding/CornersFeatures.H"
#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 "GUI/DebugWin.H"
#include <math.h>
#include <fcntl.h>
#include <limits>
#include <string>
Go to the source code of this file.
Functions | |
SIMMODULEINSTFUNC (CornersFeatures) | |
Variables | |
const ModelOptionCateg | MOC_CornersFeatures |
const ModelOptionDef | OPT_CornersFeaturesShowDebug |
Definition in file CornersFeatures.C.
const ModelOptionCateg MOC_CornersFeatures |
{
MOC_SORTPRI_3, "CornersFeatures-Related Options" }
Definition at line 59 of file CornersFeatures.C.
const ModelOptionDef OPT_CornersFeaturesShowDebug |
{ MODOPT_ARG(bool), "CornersFeaturesShowDebug", &MOC_CornersFeatures, OPTEXP_CORE, "Show debug img", "corners-debug", '\0', "<true|false>", "false" }
Definition at line 63 of file CornersFeatures.C.