OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FaceDetection
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvfindface.cpp
50
FaceDetection
FD;
60
FaceDetection
FD;
cvfacedetection.cpp
44
//
FaceDetection
.cpp: implementation of the
FaceDetection
class.
58
FaceDetection
::
FaceDetection
()
75
}//
FaceDetection
()
77
FaceDetection
::~
FaceDetection
()
92
}// ~
FaceDetection
()
94
void
FaceDetection
::FindContours(IplImage* imgGray)
126
}// void
FaceDetection
::FindContours(IplImage* imgGray
[
all
...]
_cvfacedetection.h
43
//
FaceDetection
.h: interface for the
FaceDetection
class.
324
class
FaceDetection
329
FaceDetection
();
330
virtual ~
FaceDetection
();
Completed in 69 milliseconds