HomeSort by relevance Sort by last modified time
    Searched refs:ipp_counts (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvhaar.cpp 177 int* ipp_counts = 0; local
359 CV_CALL( ipp_counts = (int*)cvAlloc( max_count*sizeof(ipp_counts[0]) ));
372 ipp_counts[j] = rect_count;
384 ipp_val1, ipp_val2, ipp_counts, stage_classifier->count ) < 0 )
411 cvFree( &ipp_counts );
    [all...]
mycvHaarDetectObjects.cpp 159 int* ipp_counts = 0; local
341 CV_CALL( ipp_counts = (int*)cvAlloc( max_count*sizeof(ipp_counts[0]) ));
354 ipp_counts[j] = rect_count;
366 ipp_val1, ipp_val2, ipp_counts, stage_classifier->count ) < 0 )
393 cvFree( &ipp_counts );
    [all...]

Completed in 157 milliseconds