Searched refs:sample_idx_mask_for_tree (Results 1 – 1 of 1) sorted by relevance
291 CvMat* sample_idx_mask_for_tree = 0; in grow_forest() local341 CV_CALL(sample_idx_mask_for_tree = cvCreateMat( 1, nsamples, CV_8UC1 )); in grow_forest()364 cvZero( sample_idx_mask_for_tree ); in grow_forest()369 sample_idx_mask_for_tree->data.ptr[idx] = 0xFF; in grow_forest()386 if( sample_idx_mask_for_tree->data.ptr[i] ) in grow_forest()445 if( sample_idx_mask_for_tree->data.ptr[i] ) //the sample is not OOB in grow_forest()466 if( sample_idx_mask_for_tree->data.ptr[i] ) //the sample is not OOB in grow_forest()494 cvReleaseMat( &sample_idx_mask_for_tree ); in grow_forest()