Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
D_cvfacedetection.h228 virtual bool CheckElem(void * lpCandidat,void * lpIdeal) = 0;
242 void * lpIdeal = m_lpIdealFace[i].GetContour(); in isFeature() local
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() argument
137 CvRect IdealRect = *(CvRect*)lpIdeal; in CheckElem()