size property

VecI32 get size

dimensional size of the matrix; accessible in various formats

Implementation

VecI32 get size => VecI32.fromPointer(ccore.cv_UMat_size(ref));