OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lppFoundedFaceFeatures
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvface.cpp
61
m_lppFoundedFaceFeatures
= new FaceFeature*[m_lFaceFeaturesNumber];
65
m_lppFoundedFaceFeatures
[i] = (new FaceFeature[3*MAX_LAYERS]);
77
delete [] (
m_lppFoundedFaceFeatures
[i]);
79
delete []
m_lppFoundedFaceFeatures
;
225
Data.MouthRect = *(CvRect*)
m_lppFoundedFaceFeatures
[0][i].GetContour();
238
Data.LeftEyeRect = *(CvRect*)
m_lppFoundedFaceFeatures
[1][j].GetContour();
251
Data.RightEyeRect = *(CvRect*)
m_lppFoundedFaceFeatures
[2][k].GetContour();
279
lpFaceData->MouthRect = *(CvRect*)
m_lppFoundedFaceFeatures
[0][MouthNumber].GetContour();
284
lpFaceData->LeftEyeRect = *(CvRect*)
m_lppFoundedFaceFeatures
[1][LeftEyeNumber].GetContour();
289
lpFaceData->RightEyeRect = *(CvRect*)
m_lppFoundedFaceFeatures
[2][RightEyeNumber].GetContour()
[
all
...]
_cvfacedetection.h
234
FaceFeature **
m_lppFoundedFaceFeatures
;//founded features of curen 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 204 milliseconds