Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ObjDetChannel.C File Reference


Detailed Description

object detection channel using opecv cascade detector

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


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 49 of file ObjDetChannel.C.


Generated on Sun Nov 22 13:43:42 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4