isSubmatrix property
bool
get
isSubmatrix
returns true if the matrix is a submatrix of another matrix
Implementation
bool get isSubmatrix => ccore.cv_UMat_isSubmatrix(ref);
returns true if the matrix is a submatrix of another matrix
bool get isSubmatrix => ccore.cv_UMat_isSubmatrix(ref);