Click or drag to resize
CvToolboxCopyMatrixD Method (IntPtr, D)
http://www.emgu.com
Copy a jagged two dimensional array from 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<D>(
	IntPtr src,
	D[][] dest
)

Parameters

src
Type: SystemIntPtr
The src array
dest
Type: D
Pointer to the destination unmanaged memory

Type Parameters

D
The data type of the jagged two dimensional
See Also