Lines Matching refs:weak_count
57 weak_count = 100;
69 weak_count = _weak_count;
996 params.weak_count = MAX( params.weak_count, 1 );
1065 for( i = 0; i < params.weak_count; i++ )
1634 int i, weak_count = cvSliceLength( slice, weak );
1635 if( weak_count >= weak->total )
1637 weak_count = weak->total;
1646 weak_responses->cols + weak_responses->rows - 1 != weak_count )
1748 for( i = 0; i < weak_count; i++ )
1774 for( i = 0; i < weak_count; i++ )
1973 params.weak_count = cvReadIntByName( fs, fnode, "ntrees" );
2006 if( ntrees != params.weak_count )
2144 int weak_count = cvSliceLength( slice, weak );
2145 if( weak_count >= weak->total )
2147 weak_count = weak->total;
2153 weak_responses->cols + weak_responses->rows - 1 == weak_count) )
2154 weak_responses->create(weak_count, 1, CV_32FC1);