Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp1026 double gypWeight = 0.; in operator ()() local
1045 int result = classifier->runAt(evaluator, Point(x, y), scaleIdx, gypWeight); in operator ()()
1057 levelWeights->push_back(gypWeight); in operator ()()
Dhaar.cpp1379 double gypWeight; in operator ()() local
1380 … int result = cvRunHaarClassifierCascadeSum( cascade, cvPoint(x,y), gypWeight, 0 ); in operator ()()
1391 levelWeights->push_back(gypWeight); in operator ()()