Home
last modified time | relevance | path

Searched refs:CheckElem (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
D_cvfacedetection.h228 virtual bool CheckElem(void * lpCandidat,void * lpIdeal) = 0;
244 if ( CheckElem( lpElem,lpIdeal) ) in isFeature()
286 virtual bool CheckElem(void * lpCandidat,void * lpIdeal);
Dcvface.cpp134 bool RFace::CheckElem(void * lpCandidat,void * lpIdeal) in CheckElem() function in RFace