Home | History | Annotate | Download | only in src

Lines Matching refs:isubsample_idx

549     CvMat* isubsample_idx = 0;
560 CV_CALL( isubsample_idx = cvPreprocessIndexArray( _subsample_idx, sample_count ));
562 if( !isubsample_idx )
582 int* sidx = isubsample_idx->data.i;
586 int count = isubsample_idx->rows + isubsample_idx->cols - 1;
670 cvReleaseMat( &isubsample_idx );