Home | History | Annotate | Download | only in src

Lines Matching refs:nRects

345     int nRects = m_seqRects->total;
349 for (i = 0; i < nRects; i++)
354 for (j = i + 1; j < nRects; j++)
427 cvInitFaceTracker(CvFaceTracker* pFaceTracker, const IplImage* imgGray, CvRect* pRects, int nRects)
431 _ASSERT(nRects >= NUM_FACE_ELEMENTS);
434 (nRects < NUM_FACE_ELEMENTS))
448 }//CvFaceTracker* InitFaceTracker(IplImage* imgGray, CvRect* pRects, int nRects)
461 cvTrackFace(CvFaceTracker* pFaceTracker, IplImage* imgGray, CvRect* pRects, int nRects, CvPoint* ptRotate, double* dbAngleRotate)
465 _ASSERT(NULL != pRects && nRects >= NUM_FACE_ELEMENTS);
607 for (int i = 0; i < NUM_FACE_ELEMENTS && i < nRects; i++)
611 }//int FindFaceTracker(CvFaceTracker* pFaceTracker, IplImage* imgGray, CvRect* pRects, int nRects, CvPoint& ptRotate, double& dbAngleRotate)