Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dboost.h14 double _weightTrimRate, int _maxDepth, int _maxWeakCount );
Dboost.cpp228 double _weightTrimRate, int _maxDepth, int _maxWeakCount ) : in CvCascadeBoostParams() argument
229 CvBoostParams( _boostType, _maxWeakCount, _weightTrimRate, _maxDepth, false, 0 ) in CvCascadeBoostParams()
/external/opencv3/modules/ml/src/
Dboost.cpp65 double _weightTrimRate) in BoostTreeParams() argument
69 weightTrimRate = _weightTrimRate; in BoostTreeParams()