Click or drag to resize
CvToolboxGetMatrixFromArraysT Method
http://www.emgu.com
Convert arrays of data to matrix

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

Parameters

data
Type: T
Arrays of data

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Emgu.CV.Util.CvToolbox.GetMatrixFromArrays``1(``0[][])"]

Return Value

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