HomeSort by relevance Sort by last modified time
    Searched defs:nRects (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 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++
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 389 milliseconds