Emgu CV Library Documentation
cvSetReal1D Method (arr, idx0, value)
NamespacesEmgu.CVCvInvokecvSetReal1D(IntPtr, Int32, Double)

www.emgu.com/wiki
Assign the new value to the particular element of single-channel array
Declaration Syntax
C#Visual BasicVisual C++
public static void cvSetReal1D(
	IntPtr arr,
	int idx0,
	double value
)
Public Shared Sub cvSetReal1D ( _
	arr As IntPtr, _
	idx0 As Integer, _
	value As Double _
)
public:
static void cvSetReal1D(
	IntPtr arr, 
	int idx0, 
	double value
)
Parameters
arr (IntPtr)
Input array
idx0 (Int32)
The first zero-based component of the element index
value (Double)
The assigned value

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)