Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Dhaar.cpp1512 bool roughSearch = (flags & CV_HAAR_DO_ROUGH_SEARCH) != 0; in cvHaarDetectObjectsForROC() local
1752 double minScale = roughSearch ? 0.6 : 0.4; in cvHaarDetectObjectsForROC()