Codebase list frei0r / 380330a
Revert non-Debian parts of NMU, to smooth future upstream updates (change not relevant with new upstream relase). This reverts commit dfb583d9f6afcd9be2ff2d764fc02dd23839463b. Jonas Smedegaard 13 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
227227 double t = (double)cvGetTickCount();
228228 faces = cvHaarDetectObjects( small_img, cascade, storage,
229229 1.1, 2, 0/*CV_HAAR_DO_CANNY_PRUNING*/,
230 cvSize(30, 30), cvSize(30, 30) );
230 cvSize(30, 30) );
231231 t = (double)cvGetTickCount() - t;
232232 //printf( "detection time = %gms\n", t/((double)cvGetTickFrequency()*1000.) );
233233