1 | initial version |
Hi Adi,
There are two basic constructors, that allow to create continuous Mat
: Mat(rows, cols, type, data_ptr, step)
and Mat(size, type, data_ptr, step)
, if default step provided.
Hi Adi,
There are two basic constructors, that allow to create continuous Allocation is done in
: MatMat(rows, cols, type, data_ptr, step)Mat::create
and function, it's aligned, but continuous memory strip.Mat(size, type, data_ptr, step)
, if default step provided.