Searched refs:subsample_idx (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dmltree.cpp681 CvMat* subsample_idx = 0; local
694 CV_CALL( subsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));
695 sidx = subsample_idx->data.i;
699 count = subsample_idx->cols + subsample_idx->rows - 1;
796 cvReleaseMat( &subsample_idx );
/external/opencv/ml/include/
H A Dml.h1040 const CvMat* subsample_idx, CvBoost* ensemble );

Completed in 96 milliseconds