Home | History | Annotate | Download | only in src

Lines Matching refs:nRows

751     element->nRows = rows;
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 );