Overload List
| Name | Description | |
|---|---|---|
| Matrix<(Of <(TDepth>)>)()()() |
The default constructor which allows Data to be set later on
| |
| Matrix<(Of <(TDepth>)>)(Size) |
Create a matrix of the specific size
| |
| 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>)>)(Int32, Int32) |
Create a matrix of the specific size
| |
| Matrix<(Of <(TDepth>)>)(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
| |
| Matrix<(Of <(TDepth>)>)(Int32, Int32, Int32) |
Create a matrix of the specific size and channels
| |
| 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, 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, 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
|