isEmpty property
bool
get
isEmpty
returns true if matrix data is NULL
Implementation
bool get isEmpty => ccore.cv_UMat_empty(ref);
returns true if matrix data is NULL
bool get isEmpty => ccore.cv_UMat_empty(ref);