#include "Image/OpenCVUtil.H"
#include "Neuro/EnvObjDetection.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "GUI/DebugWin.H"
#include "Component/ModelOptionDef.H"
#include "Neuro/NeuroOpts.H"
Go to the source code of this file.
Variables | |
static const ModelOptionDef | OPT_CascadeFilePath |
Definition in file EnvObjDetection.C.
const ModelOptionDef OPT_CascadeFilePath [static] |
{ MODOPT_ARG_STRING, "Cascade file path", &MOC_ITC, OPTEXP_CORE, "Name of directory containing the description of a trained cascade classifier." "Used in making faces salient or any other object. ", "cascade-file", '\0', "<filename>.xml", "/usr/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml"}
Definition at line 50 of file EnvObjDetection.C.