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