Home
last modified time | relevance | path

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

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