Searched refs:weak_count (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/
H A Dmemory87 class weak_count;
/external/opencv/ml/src/
H A Dmlboost.cpp57 weak_count = 100;
69 weak_count = _weak_count;
883 params.weak_count = MAX( params.weak_count, 1 );
946 for( i = 0; i < params.weak_count; i++ )
1274 int i, weak_count, var_count;
1303 weak_count = cvSliceLength( slice, weak );
1304 if( weak_count >= weak->total )
1306 weak_count = weak->total;
1315 weak_responses->cols + weak_responses->rows - 1 != weak_count )
[all...]
/external/opencv/ml/include/
H A Dml.h1021 int weak_count; member in struct:CvBoostParams
1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,

Completed in 84 milliseconds