MatrixTDepth Constructor (Int32, Int32) |
http://www.emgu.com
Create a matrix of the specific size
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
)
Public Sub New (
rows As Integer,
cols As Integer
)
public:
Matrix(
int rows,
int cols
)
new :
rows : int *
cols : int -> Matrix
Parameters
- rows
- Type: SystemInt32
The number of rows (height) - cols
- Type: SystemInt32
The number of cols (width)
See Also