Emgu CV Library Documentation
Matrix<(Of <(TDepth>)>) Constructor (size)
NamespacesEmgu.CVMatrix<(Of <(TDepth>)>)Matrix<(Of <(TDepth>)>)(Size)

www.emgu.com/wiki
Create a matrix of the specific size
Declaration Syntax
C#Visual BasicVisual C++
public Matrix(
	Size size
)
Public Sub New ( _
	size As Size _
)
public:
Matrix(
	Size size
)
Parameters
size (Size)
The size of the matrix

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