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