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

  /external/opencv/cvaux/src/
cvfacedetection.cpp 69 m_pFaceList = new List();
203 tmp = m_pFaceList->GetData();
215 while ( (tmp = m_pFaceList->GetData()) != 0 )
222 while ( (tmp = m_pFaceList->GetData()) != 0 )
243 delete m_pFaceList;
244 m_pFaceList = new List();
355 m_pFaceList->AddElem(lpFace1);
415 m_pFaceList->AddElem(lpFace1);
_cvfacedetection.h 344 List * m_pFaceList;

Completed in 33 milliseconds