Click or drag to resize

CvInvokecvSetData Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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