#include <cv.h>
#include <highgui.h>
#include "CvVRFilter.hh"
Include dependency graph for CvFaceDetect.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | CvFaceDetect |
Face features (mouth and eyes) detector. More... | |
Defines | |
#define | DETECT |
#define | DRAW_NONE 0 |
Doesn't display boxes or so in the images. | |
#define | DRAW_BOX_ONLY 1 |
Used to draw only box of detected faces. | |
#define | DRAW_EYES 2 |
Used to draw only eyes of detected faces. | |
#define | DRAW_MOUTH 3 |
Used to draw only mouth of detected faces. | |
#define | DRAW_ALL 4 |
Used to draw all features of detected faces. |
#define DETECT |
Definition at line 67 of file CvFaceDetect.hh.
#define DRAW_ALL 4 |
Definition at line 91 of file CvFaceDetect.hh.
#define DRAW_BOX_ONLY 1 |
Definition at line 77 of file CvFaceDetect.hh.
#define DRAW_EYES 2 |
Definition at line 82 of file CvFaceDetect.hh.
#define DRAW_MOUTH 3 |
Definition at line 86 of file CvFaceDetect.hh.
#define DRAW_NONE 0 |
Definition at line 72 of file CvFaceDetect.hh.
Referenced by OmniAlgoVRFilterDetection< ConverterT, AngleT, ImageT, PointT >::loop_next_frame().