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

  /external/opencv/cvaux/src/
_cvfacedetection.h 331 void SetBoosting(bool bBoosting) {m_bBoosting = bBoosting;}
332 bool isPostBoosting() {return m_bBoosting;}
343 bool m_bBoosting;
cvfacedetection.cpp 73 m_bBoosting = false;
201 if (m_bBoosting)
294 if (m_bBoosting)

Completed in 360 milliseconds