HomeSort by relevance Sort by last modified time
    Searched full:m_seqcontours (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvfacedetection.cpp 64 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS);
108 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS);
121 if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
122 AddContours2Rect(m_seqContours[i], l, i);
_cvfacedetection.h 339 CvSeq* m_seqContours[MAX_LAYERS];

Completed in 92 milliseconds