Lines Matching refs:m_seqRects
66 m_seqRects = NULL; in FaceDetection()
114 m_seqRects = cvCreateSeq(0, sizeof(CvSeq), sizeof(CvContourRect), m_mstgRects); in FindContours()
115 if (NULL == m_seqRects) in FindContours()
125 cvSeqSort(m_seqRects, CompareContourRect, NULL); in FindContours()
251 assert(m_seqRects != NULL); in AddContours2Rect()
265 cvSeqPush(m_seqRects, &cr); in AddContours2Rect()
277 cvSeqPush(m_seqRects, &cr); in AddContours2Rect()
310 for (int i = 0; i < m_seqRects->total; i++) in FindCandidats()
312 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i); in FindCandidats()
325 for (int j = 0; j < m_seqRects->total; j++) in FindCandidats()
327 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, j); in FindCandidats()
388 for (int i = 0; i < m_seqRects->total; i++) in PostBoostingFindCandidats()
390 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i); in PostBoostingFindCandidats()