Searched refs:lpIdeal (Results 1 – 2 of 2) sorted by relevance
228 virtual bool CheckElem(void * lpCandidat,void * lpIdeal) = 0;242 void * lpIdeal = m_lpIdealFace[i].GetContour(); in isFeature() local244 if ( CheckElem( lpElem,lpIdeal) ) in isFeature()286 virtual bool CheckElem(void * lpCandidat,void * lpIdeal);
134 bool RFace::CheckElem(void * lpCandidat,void * lpIdeal) in CheckElem() argument137 CvRect IdealRect = *(CvRect*)lpIdeal; in CheckElem()