Lines Matching full:cols
78 if( (labels->rows != 1 && (labels->cols != 1 || !CV_IS_MAT_CONT(labels->type))) ||
79 labels->rows + labels->cols - 1 != samples->rows )
91 dims = samples->cols*CV_MAT_CN(samples->type);
102 counters->cols = cluster_count; // cut down counters
289 coeff_count = coeffs->rows + coeffs->cols - 1;
291 if( (coeffs->rows != 1 && coeffs->cols != 1) || (coeff_count != 3 && coeff_count != 4) )
295 if( (roots->rows != 1 && roots->cols != 1) ||
296 roots->rows + roots->cols - 1 != 3 )
657 m = a->rows * a->cols;
658 n = r->rows * r->cols;
666 CvMat _a = cvMat( a->rows, a->cols, CV_64F, ad );
680 CvMat _r = cvMat( r->rows, r->cols, CV_64F, rd );
713 s->cols*s->rows <= CV_MAX_INLINE_MAT_OP_SIZE*CV_MAX_INLINE_MAT_OP_SIZE )
715 int i, len = s->cols*s->rows;
798 CV_CALL( tmp = cvCreateMat(dmat->rows, dmat->cols, dmat->type) );
819 int cont_flag, arr_size, elem_size, cols, step;
833 cols = mat->cols;
835 arr_size = cols*mat->rows;
851 _pair_buf.cols = delta;
879 p = idata + row1*step + (idx1 - row1*cols)*elem_size;
880 q = idata + row2*step + (idx2 - row2*cols)*elem_size;
891 p = data + row1*step + (idx1 - row1*cols)*elem_size;
892 q = data + row2*step + (idx2 - row2*cols)*elem_size;
918 int rows, cols;
924 cols = mat->cols;
926 delta = (end-start)/(rows*cols);
930 cols *= rows;
946 for( j = 0; j < cols; j++, ival += idelta )
952 for( j = 0; j < cols; j++, val += delta )
960 for( j = 0; j < cols; j++, val += delta )
1066 int i, len = src->cols;
1113 (src->cols > 1 || !CV_IS_MAT_CONT(src->type &
1139 for( i = 0; i < src->cols; i++ )