Home | History | Annotate | Download | only in src

Lines Matching full:rows

112     height = img->rows;
245 h = img->rows;
512 height = image->rows;
789 if( !CV_IS_MAT_CONT( mat->type ) || (mat->rows != 1 && mat->cols != 1) )
798 mat->rows + mat->cols - 1, &lines_header, &lines_block ));
830 if( mat->cols > mat->rows )
833 mat->rows = lines->total;
869 int rows, cols, arows, acols;
876 CV_CALL( edges = cvCreateMat( img->rows, img->cols, CV_8UC1 ));
879 CV_CALL( dx = cvCreateMat( img->rows, img->cols, CV_16SC1 ));
880 CV_CALL( dy = cvCreateMat( img->rows, img->cols, CV_16SC1 ));
887 CV_CALL( accum = cvCreateMat( cvCeil(img->rows*idp)+2, cvCeil(img->cols*idp)+2, CV_32SC1 ));
894 rows = img->rows;
896 arows = accum->rows - 2;
901 for( y = 0; y < rows; y++ )
1107 max_radius = MAX( img->rows, img->cols );
1120 if( !CV_IS_MAT_CONT( mat->type ) || (mat->rows != 1 && mat->cols != 1) ||
1126 mat->data.ptr, mat->rows + mat->cols - 1, &circles_header, &circles_block ));
1148 if( mat->cols > mat->rows )
1151 mat->rows = circles->total;