Home | History | Annotate | Download | only in src

Lines Matching full:ncols

750     element->nCols = cols;
869 if( iterations == 0 || (element && element->nCols == 1 && element->nRows == 1))
878 el_size = cvSize( element->nCols, element->nRows );
1084 el_hdr = cvMat( element->nRows, element->nCols, CV_32SC1, element->values );