Assign the new value to the particular element of single-channel array

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static void cvSetReal1D(
	IntPtr arr,
	int idx0,
	double value
)
Visual Basic (Declaration)
Public Shared Sub cvSetReal1D ( _
	arr As IntPtr, _
	idx0 As Integer, _
	value As Double _
)
Visual C++
public:
static void cvSetReal1D(
	IntPtr arr, 
	int idx0, 
	double value
)

Parameters

arr
Type: System..::.IntPtr
Input array
idx0
Type: System..::.Int32
The first zero-based component of the element index
value
Type: System..::.Double
The assigned value

See Also