Ask Your Question

Revision history [back]

click to hide/show revision 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 Mat: Mat(rows, cols, type, data_ptr, step)Mat::create and Mat(size, type, data_ptr, step), if default step provided.function, it's aligned, but continuous memory strip.