
#include "Channels/ObjDetChannel.H"#include "Image/DrawOps.H"#include "Image/Kernels.H"#include "Image/MathOps.H"#include "Image/ShapeOps.H"#include "Image/Transforms.H"#include "Channels/ChannelOpts.H"#include "Component/ModelOptionDef.H"#include "Component/GlobalOpts.H"
Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_CascadeFilePath |
object detection channel using opecv cascade detector
Definition in file ObjDetChannel.C.
const ModelOptionDef OPT_CascadeFilePath [static] |
{ MODOPT_ARG_STRING, "Cascade file path", &MOC_CHANNEL, 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 48 of file ObjDetChannel.C.
1.6.3