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
| 227 | 227 | double t = (double)cvGetTickCount(); |
| 228 | 228 | faces = cvHaarDetectObjects( small_img, cascade, storage, |
| 229 | 229 | 1.1, 2, 0/*CV_HAAR_DO_CANNY_PRUNING*/, |
| 230 | cvSize(30, 30), cvSize(30, 30) ); | |
| 230 | cvSize(30, 30) ); | |
| 231 | 231 | t = (double)cvGetTickCount() - t; |
| 232 | 232 | //printf( "detection time = %gms\n", t/((double)cvGetTickFrequency()*1000.) ); |
| 233 | 233 |