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

  /external/opencv/cvaux/src/
_cvfacedetection.h 62 inline void SetWeight(double dWeight);
95 inline void FaceFeature::SetWeight(double dWeight)
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(1)
    [all...]
  /external/openfst/src/include/fst/
compose-filter.h 107 void SetWeight(W w) { weight_ = w; }

Completed in 769 milliseconds