Searched refs:CvContourRect (Results 1 – 2 of 2) sorted by relevance
114 m_seqRects = cvCreateSeq(0, sizeof(CvSeq), sizeof(CvContourRect), m_mstgRects); in FindContours()253 CvContourRect cr; in AddContours2Rect()284 return (((CvContourRect*)el1)->pCenter.y - ((CvContourRect*)el2)->pCenter.y); in CompareContourRect()312 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i); in FindCandidats()327 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, j); in FindCandidats()390 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i); in PostBoostingFindCandidats()
204 typedef struct CvContourRect struct214 } CvContourRect; argument