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

/external/opencv/cvaux/src/
H A Dcvfacetemplate.cpp49 FaceFeature::FaceFeature(double dWeight,void * lpContour,bool bIsFeature) argument
52 m_dWeight = dWeight;
H A D_cvfacedetection.h55 FaceFeature(double dWeight,void * lpContour,bool bIsFeature);
62 inline void SetWeight(double dWeight);
95 inline void FaceFeature::SetWeight(double dWeight) argument
97 m_dWeight = dWeight;
98 }//inline void FaceFeature::SetWeight(double * dWeight)
248 double dWeight = m_lpIdealFace[i].GetWeight(); local
254 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetWeight(dWeight);
260 m_dWeight += dWeight;

Completed in 77 milliseconds