Searched refs:rough_search (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp900 bool rough_search = (flags & CV_HAAR_DO_ROUGH_SEARCH) != 0; local
1305 if( rough_search )
1366 double min_scale = rough_search ? 0.6 : 0.4;
1420 if( !rough_search && !scan_roi )
1426 else if( rough_search )
1459 && (!find_biggest_object || !rough_search)
H A Dcvhaar.cpp881 bool rough_search = (flags & CV_HAAR_DO_ROUGH_SEARCH) != 0; local
1273 if( rough_search )
1334 double min_scale = rough_search ? 0.6 : 0.4;
1388 if( !rough_search && !scan_roi )
1394 else if( rough_search )
1423 && (!find_biggest_object || !rough_search)

Completed in 303 milliseconds