Searched refs:max_ntrees (Results 1 – 1 of 1) sorted by relevance
306 const int max_ntrees = term_crit.max_iter; in grow_forest() local322 trees = (CvForestTree**)cvAlloc( sizeof(trees[0])*max_ntrees ); in grow_forest()323 memset( trees, 0, sizeof(trees[0])*max_ntrees ); in grow_forest()357 while( ntrees < max_ntrees ) in grow_forest()