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

  /external/opencv/cv/src/
cvhaar.cpp 175 CvRect* ipp_features = 0; local
354 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) ));
376 ipp_features[k] = classifier->haar_feature->rect[l].r;
377 //ipp_features[k].y = orig_window_size.height - ipp_features[k].y - ipp_features[k].height;
383 ipp_features, ipp_weights, ipp_thresholds,
406 cvFree( &ipp_features );
    [all...]
mycvHaarDetectObjects.cpp 157 CvRect* ipp_features = 0; local
336 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) ));
358 ipp_features[k] = classifier->haar_feature->rect[l].r;
359 //ipp_features[k].y = orig_window_size.height - ipp_features[k].y - ipp_features[k].height;
365 ipp_features, ipp_weights, ipp_thresholds,
388 cvFree( &ipp_features );
    [all...]

Completed in 28 milliseconds