Searched defs:m_lplFaceFeaturesCount (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A D_cvfacedetection.h233 long * m_lplFaceFeaturesCount;//number of each features fouded for this face member in class:Face
246 if (m_lplFaceFeaturesCount[i] < 3*MAX_LAYERS)
254 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetWeight(dWeight);
255 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetContour(lpElem);
256 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetFeature(bIsFeature);
257 m_lplFaceFeaturesCount[i] ++;

Completed in 66 milliseconds