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

/external/opencv/cvaux/src/
H A D_cvfacedetection.h234 FaceFeature ** m_lppFoundedFaceFeatures;//founded features of curen face member in class:Face
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);

Completed in 74 milliseconds