Click or drag to resize

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: 4.0.1.3373 (4.0.1.3373)
Syntax
public Matrix(
	Size size
)

Parameters

size
Type: System.DrawingSize
The size of the matrix
See Also