1 | initial version |
isContinuous is meant like: the memory in yout Mat is a continuous, single chunk.
there are some cases, where this isn't so, think of a ROI:
+-----------+
+ +
+ +---+ +
+ + + +
+ +---+ +
+-----------+
or Mat::diag(), or Mat::col(i), all cases of non-continuous memory.