rows property

int get rows

number of rows in the matrix; -1 when the matrix has more than 2 dimensions

Implementation

int get rows => ccore.cv_UMat_rows(ref);