HomeSort by relevance Sort by last modified time
    Searched refs:dWeight (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvfacetemplate.cpp 49 FaceFeature::FaceFeature(double dWeight,void * lpContour,bool bIsFeature)
52 m_dWeight = dWeight;
_cvfacedetection.h 55 FaceFeature(double dWeight,void * lpContour,bool bIsFeature);
62 inline void SetWeight(double dWeight);
95 inline void FaceFeature::SetWeight(double dWeight)
97 m_dWeight = dWeight;
98 }//inline void FaceFeature::SetWeight(double * dWeight)
248 double dWeight = m_lpIdealFace[i].GetWeight();
254 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetWeight(dWeight);
260 m_dWeight += dWeight;

Completed in 434 milliseconds