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

  /external/opencv/cvaux/src/
_cvfacedetection.h 228 virtual bool CheckElem(void * lpCandidat,void * lpIdeal) = 0;
244 if ( CheckElem( lpElem,lpIdeal) )
286 virtual bool CheckElem(void * lpCandidat,void * lpIdeal);
cvface.cpp 134 bool RFace::CheckElem(void * lpCandidat,void * lpIdeal)
172 }//inline bool RFace::CheckElem(CvRect rect)

Completed in 1145 milliseconds