OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipp_thresholds
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
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
...]
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
...]
Completed in 376 milliseconds