Home
last modified time | relevance | path

Searched refs:SetWeight (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
D_cvfacedetection.h62 inline void SetWeight(double dWeight);
95 inline void FaceFeature::SetWeight(double dWeight) in SetWeight() function
170 m_lpFeaturesList[0].SetWeight(1); in MouthFaceTemplate()
177 m_lpFeaturesList[1].SetWeight(1); in MouthFaceTemplate()
183 m_lpFeaturesList[2].SetWeight(1); in MouthFaceTemplate()
254 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetWeight(dWeight); in isFeature()
395 m_lpFeaturesList[0].SetWeight(1); in BoostingFaceTemplate()
401 m_lpFeaturesList[1].SetWeight(1); in BoostingFaceTemplate()
407 m_lpFeaturesList[2].SetWeight(1); in BoostingFaceTemplate()
Dcvface.cpp107 m_lpIdealFace[j].SetWeight( lpTmp[j].GetWeight() ); in RFace()
/external/openfst/src/include/fst/
Dcompose-filter.h107 void SetWeight(W w) { weight_ = w; } in SetWeight() function