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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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