Click or drag to resize
CvToolboxCopyMatrixTData Method (TData, IntPtr)
http://www.emgu.com
Copy a jagged two dimensional array to the unmanaged memory

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static void CopyMatrix<TData>(
	TData[][] source,
	IntPtr dest
)

Parameters

source
Type: TData
The source array
dest
Type: SystemIntPtr
Pointer to the destination unmanaged memory

Type Parameters

TData
The data type of the jagged two dimensional
See Also