Click or drag to resize
CvToolboxMemcpy Method
http://www.emgu.com
memcpy function

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 Memcpy(
	IntPtr dest,
	IntPtr src,
	int len
)

Parameters

dest
Type: SystemIntPtr
the destination of memory copy
src
Type: SystemIntPtr
the source of memory copy
len
Type: SystemInt32
the number of bytes to be copied
See Also