Home | History | Annotate | Download | only in src

Lines Matching refs:pFace

438     CvFaceTracker* pFace = pFaceTracker;
439 if (NULL == pFace)
441 pFace = new CvFaceTracker;
442 if (NULL == pFace)
446 pFace->Init(pRects, (IplImage*)imgGray);
447 return pFace;