Searched defs:FaceDetection (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
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 428 milliseconds