MatrixTDepth Constructor (Size) |
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(
Size size
)
Public Sub New (
size As Size
)
public:
Matrix(
Size size
)
new :
size : Size -> Matrix
Parameters
- size
- Type: System.DrawingSize
The size of the matrix
See Also