Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dboost.h13 CvCascadeBoostParams( int _boostType, float _minHitRate, float _maxFalseAlarm,
Dboost.cpp226 CvCascadeBoostParams::CvCascadeBoostParams( int _boostType, in CvCascadeBoostParams() argument
229 CvBoostParams( _boostType, _maxWeakCount, _weightTrimRate, _maxDepth, false, 0 ) in CvCascadeBoostParams()
/external/opencv3/modules/ml/src/
Dboost.cpp64 BoostTreeParams::BoostTreeParams( int _boostType, int _weak_count, in BoostTreeParams() argument
67 boostType = _boostType; in BoostTreeParams()