HomeSort by relevance Sort by last modified time
    Searched refs:ipp_weights (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
355 CV_CALL( ipp_weights = (float*)cvAlloc( max_count*3*sizeof(ipp_weights[0]) ));
378 ipp_weights[k] = classifier->haar_feature->rect[l].weight*ipp_weight_scale;
383 ipp_features, ipp_weights, ipp_thresholds,
407 cvFree( &ipp_weights );
    [all...]
mycvHaarDetectObjects.cpp 158 float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0; local
337 CV_CALL( ipp_weights = (float*)cvAlloc( max_count*3*sizeof(ipp_weights[0]) ));
360 ipp_weights[k] = classifier->haar_feature->rect[l].weight*ipp_weight_scale;
365 ipp_features, ipp_weights, ipp_thresholds,
389 cvFree( &ipp_weights );
    [all...]

Completed in 38 milliseconds