Home
last modified time | relevance | path

Searched refs:lpSeq (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
Dcvfindface.cpp53 CvSeq * lpSeq = cvCreateSeq(0,sizeof(*lpSeq),sizeof(CvFace),lpStorage); in cvFindFace() local
54 FD.CreateResults(lpSeq); in cvFindFace()
55 return lpSeq; in cvFindFace()
63 CvSeq * lpSeq = cvCreateSeq(0,sizeof(*lpSeq),sizeof(CvFace),lpStorage); in cvPostBoostingFindFace() local
64 FD.CreateResults(lpSeq); in cvPostBoostingFindFace()
66 return lpSeq; in cvPostBoostingFindFace()
Dcvfacedetection.cpp192 void FaceDetection::CreateResults(CvSeq * lpSeq) in CreateResults() argument
211 cvSeqPush(lpSeq,&tmpFace); in CreateResults()
233 cvSeqPush(lpSeq,&tmpFace); in CreateResults()
D_cvfacedetection.h328 void CreateResults(CvSeq * lpSeq);