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

www.emgu.com/wiki
Members
IconMemberDescription
Matrix<(Of <(TDepth>)>)()()()
The default constructor which allows Data to be set later on

Matrix<(Of <(TDepth>)>)(Int32, Int32, IntPtr, Int32)
Create a Matrix (only header is allocated) using the Pinned/Unmanaged data. The data is not freed by the disposed function of this class

Matrix<(Of <(TDepth>)>)(Int32, Int32, IntPtr)
Create a Matrix (only header is allocated) using the Pinned/Unmanaged data. The data is not freed by the disposed function of this class

Matrix<(Of <(TDepth>)>)(Int32, Int32)
Create a matrix of the specific size

Matrix<(Of <(TDepth>)>)(Size)
Create a matrix of the specific size

Matrix<(Of <(TDepth>)>)(Int32, Int32, Int32)
Create a matrix of the specific size and channels

Matrix<(Of <(TDepth>)>)(array<TDepth,2>[,](,)[,])
Create a matrix using the specific

Matrix<(Of <(TDepth>)>)(array<TDepth>[]()[])
Create a matrix using the specific data

Matrix<(Of <(TDepth>)>)(SerializationInfo, StreamingContext)
Constructor used to deserialize runtime serialized object

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