Home
last modified time | relevance | path

Searched refs:CvContourRect (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvfacedetection.cpp114 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()
D_cvfacedetection.h204 typedef struct CvContourRect struct
214 } CvContourRect; argument