
Definition in file ObjDetChannel.C.
#include "Channels/ObjDetChannel.H"
#include "Image/DrawOps.H"
#include "Image/Kernels.H"
#include "Image/MathOps.H"
#include "Image/ShapeOps.H"
#include "Channels/ChannelOpts.H"
#include "Component/ModelOptionDef.H"
Include dependency graph for ObjDetChannel.C:

Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_CascadeFilePath |
|
|
Initial value:
{ 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 49 of file ObjDetChannel.C. |
1.4.4