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

  /external/opencv/cv/src/
cvhaar.cpp 176 float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0; local
356 CV_CALL( ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) ));
369 ipp_thresholds[j] = classifier->threshold[0];
383 ipp_features, ipp_weights, ipp_thresholds,
408 cvFree( &ipp_thresholds );
    [all...]
mycvHaarDetectObjects.cpp 158 float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0; local
338 CV_CALL( ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) ));
351 ipp_thresholds[j] = classifier->threshold[0];
365 ipp_features, ipp_weights, ipp_thresholds,
390 cvFree( &ipp_thresholds );
    [all...]

Completed in 107 milliseconds