CV_IS_MAT_CONT function

bool CV_IS_MAT_CONT(
  1. int flags
)

Implementation

bool CV_IS_MAT_CONT(int flags) => (flags & CV_MAT_CONT_FLAG) != 0;