Searched refs:_boostType (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/apps/traincascade/ |
D | boost.h | 13 CvCascadeBoostParams( int _boostType, float _minHitRate, float _maxFalseAlarm,
|
D | boost.cpp | 226 CvCascadeBoostParams::CvCascadeBoostParams( int _boostType, in CvCascadeBoostParams() argument 229 CvBoostParams( _boostType, _maxWeakCount, _weightTrimRate, _maxDepth, false, 0 ) in CvCascadeBoostParams()
|
/external/opencv3/modules/ml/src/ |
D | boost.cpp | 64 BoostTreeParams::BoostTreeParams( int _boostType, int _weak_count, in BoostTreeParams() argument 67 boostType = _boostType; in BoostTreeParams()
|