Searched refs:sample_idx_for_tree (Results 1 – 1 of 1) sorted by relevance
292 CvMat* sample_idx_for_tree = 0; in grow_forest() local342 CV_CALL(sample_idx_for_tree = cvCreateMat( 1, nsamples, CV_32SC1 )); in grow_forest()368 sample_idx_for_tree->data.i[i] = idx; in grow_forest()374 CV_CALL(tree->train( data, sample_idx_for_tree, this )); in grow_forest()495 cvReleaseMat( &sample_idx_for_tree ); in grow_forest()