Home | History | Annotate | Download | only in src

Lines Matching refs:subsample_idx

681     CvMat* subsample_idx = 0;
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 );