Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvfacedetection.cpp64 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS); in FaceDetection()
108 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS); in FindContours()
121 …if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOM… in FindContours()
122 AddContours2Rect(m_seqContours[i], l, i); in FindContours()
D_cvfacedetection.h339 CvSeq* m_seqContours[MAX_LAYERS]; variable