MatrixTDepth Constructor (Int32, Int32, Int32) |
http://www.emgu.com
Create a matrix of the specific size and channels
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Matrix(
int rows,
int cols,
int channels
)
Public Sub New (
rows As Integer,
cols As Integer,
channels As Integer
)
public:
Matrix(
int rows,
int cols,
int channels
)
new :
rows : int *
cols : int *
channels : int -> Matrix
Parameters
- rows
- Type: SystemInt32
The number of rows - cols
- Type: SystemInt32
The number of cols - channels
- Type: SystemInt32
The number of channels
See Also