Click or drag to resize

CvInvokecvSetRealND Method

http://www.emgu.com
Assign the new value to the particular element of single-channel 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 cvSetRealND(
	IntPtr arr,
	int[] idx,
	double value
)

Parameters

arr
Type: SystemIntPtr
Input array
idx
Type: SystemInt32
Array of the element indices
value
Type: SystemDouble
The assigned value
See Also