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: 3.2.0.2682 (3.2.0.2682)
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