Home | History | Annotate | Download | only in src

Lines Matching refs:cols

215         sample_count = sample_idx->rows + sample_idx->cols - 1;
222 var_count = var_idx->rows + var_idx->cols - 1;
228 _responses->rows != 1 && _responses->cols != 1 ||
229 _responses->rows + _responses->cols - 1 != sample_all )
266 CV_CALL( cat_ofs = cvCreateMat( 1, cat_count->cols+1, CV_32SC1 ));
267 CV_CALL( cat_map = cvCreateMat( 1, cat_count->cols*10 + 128, CV_32SC1 ));
393 if( cat_map->cols < total_c_count + c_count )
397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 ));
502 cat_map->cols = MAX( total_c_count, 1 );
586 int count = isubsample_idx->rows + isubsample_idx->cols - 1;
699 count = subsample_idx->cols + subsample_idx->rows - 1;
961 return (CvPair32s32f*)(buf->data.i + n->buf_idx*buf->cols +
988 return buf->data.i + n->buf_idx*buf->cols + n->offset +
1120 var_idx->cols != 1 && var_idx->rows != 1 ||
1121 var_idx->cols + var_idx->rows - 1 != var_count ||
1171 cat_count->cols != 1 && cat_count->rows != 1 ||
1173 cat_count->cols + cat_count->rows - 1 != cat_var_count + is_classifier ||
1174 cat_map->cols != 1 && cat_map->rows != 1 ||
1194 if( cat_map->cols + cat_map->rows - 1 != total_c_count )
2667 if( ab->cols <= tree_count )
2669 CV_CALL( temp = cvCreateMat( 1, ab->cols*3/2, CV_64F ));
2670 for( ti = 0; ti < ab->cols; ti++ )
2904 _sample->cols != 1 && _sample->rows != 1 ||
2905 _sample->cols + _sample->rows - 1 != data->var_all && !preprocessed_input ||
2906 _sample->cols + _sample->rows - 1 != data->var_count && preprocessed_input )
2916 int n = data->cat_count->cols;