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