Click or drag to resize

CvToolboxGetMatrixFromArraysT Method

http://www.emgu.com
Convert arrays of data to matrix

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static Matrix<T> GetMatrixFromArrays<T>(
	T[][] data
)
where T : struct, new()

Parameters

data
Type: T
Arrays of data

Type Parameters

T
The data type of the matrix

Return Value

Type: MatrixT
A two dimension matrix that represent the array
See Also