Home | History | Annotate | Download | only in src

Lines Matching refs:ntrees

1471     cvWriteInt( fs, "ntrees", params.weak_count );
1535 params.weak_count = cvReadIntByName( fs, fnode, "ntrees" );
1553 int i, ntrees;
1566 ntrees = trees_fnode->data.seq->total;
1568 if( ntrees != params.weak_count )
1570 "The number of trees stored does not match <ntrees> tag value" );
1575 for( i = 0; i < ntrees; i++ )