Home | History | Annotate | Download | only in opencv

Lines Matching refs:total

331 	sprintf(buffer, "Total Time to init: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);

408 if (rects == 0 || rects->total <= 0) {
425 jobjectArray ary = env->NewObjectArray(rects->total, jcls, 0);
431 for (int i = 0; i < rects->total; i++) {
483 sprintf(buffer, "Total Time to cvHaarDetectObjects in findAllFaces: %f", (double)haar_detect_time_finish / (double)CLOCKS_PER_SEC);
487 if (m_facesFound == 0 || m_facesFound->total <= 0) {
490 sprintf(buffer, "FACES_DETECTED %d", m_facesFound->total);
497 sprintf(buffer, "Total Time to findAllFaces: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
582 sprintf(buffer, "Total Time to cvHaarDetectObjects in findSingleFace: %f", (double)haar_detect_time_finish / (double)CLOCKS_PER_SEC);
586 if (m_facesFound == 0 || m_facesFound->total <= 0) {
605 sprintf(buffer, "Total Time to findSingleFace: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
630 if (faces == 0 || faces->total <= 0) {
637 for (int i = 0; i < faces->total; i++) {
653 if (m_facesFound == 0 || m_facesFound->total <= 0) {