Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
D_cvfacedetection.h222 inline bool isFeature(void * lpElem);
238 inline bool Face::isFeature(void * lpElem) in isFeature() argument
244 if ( CheckElem( lpElem,lpIdeal) ) in isFeature()
255 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetContour(lpElem); in isFeature()