Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dboost.cpp1683 int thresholdIdx = (int)((1.0F - minHitRate) * numPos); in isErrDesired() local
1685 threshold = eval[ thresholdIdx ]; in isErrDesired()
1686 numPosTrue = numPos - thresholdIdx; in isErrDesired()
1687 for( int i = thresholdIdx - 1; i >= 0; i--) in isErrDesired()