Home | History | Annotate | Download | only in src

Lines Matching full:weak_count

57     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 )
1413 for( i = 0; i < weak_count; i++ )
1471 cvWriteInt( fs, "ntrees", params.weak_count );
1535 params.weak_count = cvReadIntByName( fs, fnode, "ntrees" );
1568 if( ntrees != params.weak_count )