Create a matrix of the specific size
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public Matrix( Size size ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ size As Size _ ) |
| Visual C++ |
|---|
public: Matrix( Size size ) |
Parameters
- size
- Type: System.Drawing..::.Size
The size of the matrix