Click or drag to resize

CvInvokecvSet2D Method

http://www.emgu.com
Assign the new value to the particular element of array

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 cvSet2D(
	IntPtr arr,
	int idx0,
	int idx1,
	MCvScalar value
)

Parameters

arr
Type: SystemIntPtr
Input array.
idx0
Type: SystemInt32
The first zero-based component of the element index
idx1
Type: SystemInt32
The second zero-based component of the element index
value
Type: Emgu.CV.StructureMCvScalar
The assigned value
See Also