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

  /external/opencv/cvaux/src/
_cvfacedetection.h 228 virtual bool CheckElem(void * lpCandidat,void * lpIdeal) = 0;
242 void * lpIdeal = m_lpIdealFace[i].GetContour();
244 if ( CheckElem( lpElem,lpIdeal) )
286 virtual bool CheckElem(void * lpCandidat,void * lpIdeal);
cvface.cpp 134 bool RFace::CheckElem(void * lpCandidat,void * lpIdeal)
137 CvRect IdealRect = *(CvRect*)lpIdeal;

Completed in 51 milliseconds