Click or drag to resize

MatrixTDepth Constructor (TDepth)

http://www.emgu.com
Create a matrix using the specific data

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Matrix(
	TDepth[] data
)

Parameters

data
Type: TDepth
the data for this matrix
See Also