Searched refs:FaceDetection (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvfindface.cpp50 FaceDetection FD;
60 FaceDetection FD;
H A Dcvfacedetection.cpp44 // FaceDetection.cpp: implementation of the FaceDetection class.
58 FaceDetection::FaceDetection() function in class:FaceDetection
75 }// FaceDetection()
77 FaceDetection::~FaceDetection()
92 }// ~FaceDetection()
94 void FaceDetection::FindContours(IplImage* imgGray)
126 }// void FaceDetection
[all...]
H A D_cvfacedetection.h43 // FaceDetection.h: interface for the FaceDetection class.
324 class FaceDetection class
329 FaceDetection();
330 virtual ~FaceDetection();

Completed in 107 milliseconds