Searched refs:m_seqContours (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvfacedetection.cpp | 64 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.h | 339 CvSeq* m_seqContours[MAX_LAYERS]; variable
|