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

/external/opencv/cvaux/src/
H A D_cvfacedetection.h62 inline void SetWeight(double dWeight);
95 inline void FaceFeature::SetWeight(double dWeight) function in class:FaceFeature
98 }//inline void FaceFeature::SetWeight(double * dWeight)
170 m_lpFeaturesList[0].SetWeight(1);
177 m_lpFeaturesList[1].SetWeight(1);
183 m_lpFeaturesList[2].SetWeight(1);
190 // m_lpFeaturesList[3].SetWeight(0);
196 m_lpFeaturesList[4].SetWeight(1);
254 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetWeight(dWeight);
395 m_lpFeaturesList[0].SetWeight(
[all...]
/external/openfst/src/include/fst/
H A Dcompose-filter.h107 void SetWeight(W w) { weight_ = w; } function in class:fst::WeightFilterState

Completed in 97 milliseconds