ObjDetChannel.C File Reference

#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"
Include dependency graph for ObjDetChannel.C:

Go to the source code of this file.

Variables

static const ModelOptionDef OPT_CascadeFilePath

Detailed Description

object detection channel using opecv cascade detector

Definition in file ObjDetChannel.C.


Variable Documentation

const ModelOptionDef OPT_CascadeFilePath [static]
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 48 of file ObjDetChannel.C.

Generated on Sun May 8 08:42:38 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3