Click or drag to resize

CvInvokecvSetData Method

http://www.emgu.com
Assigns user data to the array header.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void cvSetData(
	IntPtr arr,
	IntPtr data,
	int step
)

Parameters

arr
Type: SystemIntPtr
Array header.
data
Type: SystemIntPtr
User data.
step
Type: SystemInt32
Full row length in bytes.
See Also