MatrixTDepth Constructor (Int32, Int32, Int32) |
http://www.emgu.com
Create a matrix of the specific size and channels
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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