Emgu CV Library Documentation
Matrix<(Of <(TDepth>)>) Constructor (rows, cols, data, step)
NamespacesEmgu.CVMatrix<(Of <(TDepth>)>)Matrix<(Of <(TDepth>)>)(Int32, Int32, IntPtr, Int32)

www.emgu.com/wiki
Create a Matrix (only header is allocated) using the Pinned/Unmanaged data. The data is not freed by the disposed function of this class
Declaration Syntax
C#Visual BasicVisual C++
public Matrix(
	int rows,
	int cols,
	IntPtr data,
	int step
)
Public Sub New ( _
	rows As Integer, _
	cols As Integer, _
	data As IntPtr, _
	step As Integer _
)
public:
Matrix(
	int rows, 
	int cols, 
	IntPtr data, 
	int step
)
Parameters
rows (Int32)
The number of rows
cols (Int32)
The number of cols
data (IntPtr)
The Pinned/Unmanaged data
step (Int32)
The step (row stride in bytes)

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)